Lines Matching refs:testing
21 namespace testing {
27 template <typename T, __llvm_libc::testing::TestCondition Condition>
28 class FPMatcher : public __llvm_libc::testing::Matcher<T> {
31 static_assert(Condition == __llvm_libc::testing::Cond_EQ ||
32 Condition == __llvm_libc::testing::Cond_NE,
44 if (Condition == __llvm_libc::testing::Cond_EQ) in match()
61 template <__llvm_libc::testing::TestCondition C, typename T>
82 __llvm_libc::fputil::testing::getMatcher<__llvm_libc::testing::Cond_EQ>( \
88 __llvm_libc::fputil::testing::getMatcher<__llvm_libc::testing::Cond_EQ>( \
94 __llvm_libc::fputil::testing::getMatcher<__llvm_libc::testing::Cond_NE>( \
100 __llvm_libc::fputil::testing::getMatcher<__llvm_libc::testing::Cond_NE>( \