Home
last modified time | relevance | path

Searched refs:compareThisIfSameType (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DErrorOr.h184 static bool compareThisIfSameType(const T1 &a, const T1 &b) { in compareThisIfSameType() function
189 static bool compareThisIfSameType(const T1 &a, const T2 &b) { in compareThisIfSameType() function
195 if (compareThisIfSameType(*this, Other)) in copyAssign()
217 if (compareThisIfSameType(*this, Other)) in moveAssign()
H A DError.h630 static bool compareThisIfSameType(const T1 &a, const T1 &b) { in compareThisIfSameType() function
635 static bool compareThisIfSameType(const T1 &, const T2 &) { in compareThisIfSameType() function
655 if (compareThisIfSameType(*this, Other)) in moveAssign()
/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Derror.h303 static bool compareThisIfSameType(const T1 &a, const T1 &b) { in compareThisIfSameType() function
308 static bool compareThisIfSameType(const T1 &a, const T2 &b) { in compareThisIfSameType() function
326 if (compareThisIfSameType(*this, Other)) in moveAssign()