Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h590 static bool compareThisIfSameType(const T1 &a, const T1 &b) { in compareThisIfSameType() function
595 static bool compareThisIfSameType(const T1 &, const T2 &) { in compareThisIfSameType() function
615 if (compareThisIfSameType(*this, Other)) in moveAssign()