Searched refs:compareThisIfSameType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | error.h | 305 static bool compareThisIfSameType(const T1 &a, const T1 &b) { in compareThisIfSameType() function 310 static bool compareThisIfSameType(const T1 &a, const T2 &b) { in compareThisIfSameType() function 328 if (compareThisIfSameType(*this, Other)) in moveAssign()
|