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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h190 static bool compareThisIfSameType(const T1 &a, const T1 &b) { function in class:llvm::ErrorOr
195 static bool compareThisIfSameType(const T1 &a, const T2 &b) { function in class:llvm::ErrorOr
201 if (compareThisIfSameType(*this, Other))
223 if (compareThisIfSameType(*this, Other))
H A DError.h585 static bool compareThisIfSameType(const T1 &a, const T1 &b) { function in class:llvm::Expected
590 static bool compareThisIfSameType(const T1 &a, const T2 &b) { function in class:llvm::Expected
610 if (compareThisIfSameType(*this, Other))

Completed in 106 milliseconds