Searched refs:compareThisIfSameType (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ErrorOr.h | 200 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()
|
D | Error.h | 780 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/ |
D | ErrorOr.h | 200 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()
|
D | Error.h | 744 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()
|