Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/FPUtil/
DTestHelpers.h29 static_assert(Condition == __llvm_libc::testing::Cond_EQ ||
42 if (Condition == __llvm_libc::testing::Cond_EQ) in match()
78 __llvm_libc::fputil::testing::getMatcher<__llvm_libc::testing::Cond_EQ>( \
84 __llvm_libc::fputil::testing::getMatcher<__llvm_libc::testing::Cond_EQ>( \
/external/llvm-project/libc/utils/UnitTest/
DTest.cpp81 case Cond_EQ: in test()
240 return internal::test(Ctx, Cond_EQ, LHS ? std::string(LHS) : std::string(), in testStrEq()
DTest.h31 Cond_EQ, enumerator
158 this->test(__llvm_libc::testing::Cond_EQ, (LHS), (RHS), #LHS, #RHS, \