Home
last modified time | relevance | path

Searched refs:CmpHelper (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.h162 bool CmpHelper(InterpState &S, CodePtr OpPC, CompareFn Fn) { in CmpHelper() function
172 return CmpHelper<T>(S, OpPC, Fn); in CmpHelperEQ()
176 inline bool CmpHelper<Pointer>(InterpState &S, CodePtr OpPC, CompareFn Fn) {
231 return CmpHelper<T>(S, OpPC, [](ComparisonCategoryResult R) { in LT()
238 return CmpHelper<T>(S, OpPC, [](ComparisonCategoryResult R) { in LE()
246 return CmpHelper<T>(S, OpPC, [](ComparisonCategoryResult R) { in GT()
253 return CmpHelper<T>(S, OpPC, [](ComparisonCategoryResult R) { in GE()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1607 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
1615 GTEST_API_ AssertionResult CmpHelper##op_name(\
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1463 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \