Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorOr.h200 static bool compareThisIfSameType(const T1 &a, const T1 &b) { in compareThisIfSameType() function
205 static bool compareThisIfSameType(const T1 &a, const T2 &b) { in compareThisIfSameType() function
211 if (compareThisIfSameType(*this, Other)) in copyAssign()
233 if (compareThisIfSameType(*this, Other)) in moveAssign()
DError.h780 static bool compareThisIfSameType(const T1 &a, const T1 &b) { in compareThisIfSameType() function
785 static bool compareThisIfSameType(const T1 &a, const T2 &b) { in compareThisIfSameType() function
805 if (compareThisIfSameType(*this, Other)) in moveAssign()
/external/llvm/include/llvm/Support/
DErrorOr.h200 static bool compareThisIfSameType(const T1 &a, const T1 &b) { in compareThisIfSameType() function
205 static bool compareThisIfSameType(const T1 &a, const T2 &b) { in compareThisIfSameType() function
211 if (compareThisIfSameType(*this, Other)) in copyAssign()
233 if (compareThisIfSameType(*this, Other)) in moveAssign()
DError.h744 static bool compareThisIfSameType(const T1 &a, const T1 &b) { in compareThisIfSameType() function
749 static bool compareThisIfSameType(const T1 &a, const T2 &b) { in compareThisIfSameType() function
770 if (compareThisIfSameType(*this, Other)) in moveAssign()