HomeSort by: relevance | last modified time | path
    Searched refs:compareThisIfSameType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ErrorOr.h 184 static bool compareThisIfSameType(const T1 &a, const T1 &b) {
189 static bool compareThisIfSameType(const T1 &a, const T2 &b) {
195 if (compareThisIfSameType(*this, Other))
217 if (compareThisIfSameType(*this, Other))
Error.h 590 static bool compareThisIfSameType(const T1 &a, const T1 &b) {
595 static bool compareThisIfSameType(const T1 &, const T2 &) {
615 if (compareThisIfSameType(*this, Other))

Completed in 54 milliseconds