Home
last modified time | relevance | path

Searched defs: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
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