Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h183 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 DError.h641 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 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()