Searched refs:compareThisIfSameType (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ErrorOr.h | 183 static bool compareThisIfSameType(const T1 &a, const T1 &b) { in compareThisIfSameType() function 188 static bool compareThisIfSameType(const T1 &a, const T2 &b) { in compareThisIfSameType() function 194 if (compareThisIfSameType(*this, Other)) in copyAssign() 216 if (compareThisIfSameType(*this, Other)) in moveAssign()
|
H A D | Error.h | 641 static bool compareThisIfSameType(const T1 &a, const T1 &b) { in compareThisIfSameType() function 646 static bool compareThisIfSameType(const T1 &, const T2 &) { in compareThisIfSameType() function 666 if (compareThisIfSameType(*this, Other)) in moveAssign()
|
/freebsd/contrib/llvm-project/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()
|