Searched refs:TestCondition (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/libc/utils/UnitTest/ |
| H A D | LibcTest.cpp | 90 bool test(RunContext *Ctx, TestCondition Cond, ValType LHS, ValType RHS, in test() 210 template bool test<char>(RunContext *Ctx, TestCondition Cond, char LHS, 214 template bool test<short>(RunContext *Ctx, TestCondition Cond, short LHS, 222 template bool test<long>(RunContext *Ctx, TestCondition Cond, long LHS, 226 template bool test<long long>(RunContext *Ctx, TestCondition Cond, 231 template bool test<unsigned char>(RunContext *Ctx, TestCondition Cond, 236 template bool test<unsigned short>(RunContext *Ctx, TestCondition Cond, 241 template bool test<unsigned int>(RunContext *Ctx, TestCondition Cond, 246 template bool test<unsigned long>(RunContext *Ctx, TestCondition Cond, 251 template bool test<bool>(RunContext *Ctx, TestCondition Cond, bool LHS, [all …]
|
| H A D | LibcTest.h | 31 enum TestCondition { enum 44 bool test(RunContext *Ctx, TestCondition Cond, ValType LHS, ValType RHS, 87 bool test(TestCondition Cond, ValType LHS, ValType RHS, const char *LHSStr, in test() 94 bool test(TestCondition Cond, ValType LHS, ValType RHS, const char *LHSStr, in test() 103 bool test(TestCondition Cond, ValType LHS, ValType RHS, const char *LHSStr, in test()
|
| H A D | FPMatcher.h | 27 template <typename T, __llvm_libc::testing::TestCondition Condition> 61 template <__llvm_libc::testing::TestCondition C, typename T>
|