Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/UnitTest/
H A DFPMatcher.h31 static_assert(Condition == __llvm_libc::testing::Cond_EQ ||
44 if (Condition == __llvm_libc::testing::Cond_EQ) in match()
82 __llvm_libc::fputil::testing::getMatcher<__llvm_libc::testing::Cond_EQ>( \
88 __llvm_libc::fputil::testing::getMatcher<__llvm_libc::testing::Cond_EQ>( \
H A DLibcTest.cpp98 case Cond_EQ: in test()
283 return internal::test(Ctx, Cond_EQ, LHS ? std::string(LHS) : std::string(), in testStrEq()
H A DLibcTest.h33 Cond_EQ, enumerator
308 this->test(__llvm_libc::testing::Cond_EQ, (LHS), (RHS), #LHS, #RHS, \