Searched refs:compareThisIfSameType (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | ErrorOr.h | 184 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 D | Error.h | 630 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 D | error.h | 303 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()
|