Lines Matching refs:TestCondition
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,
218 template bool test<int>(RunContext *Ctx, TestCondition Cond, int LHS, int RHS,
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,
255 template bool test<unsigned long long>(RunContext *Ctx, TestCondition Cond,
268 template bool test<__uint128_t>(RunContext *Ctx, TestCondition Cond,
275 RunContext *Ctx, TestCondition Cond, __llvm_libc::cpp::UInt<128> LHS,