Lines Matching refs:TestCondition
73 bool test(RunContext *Ctx, TestCondition Cond, ValType LHS, ValType RHS, in test()
179 template bool Test::test<char, 0>(TestCondition Cond, char LHS, char RHS,
183 template bool Test::test<short, 0>(TestCondition Cond, short LHS, short RHS,
187 template bool Test::test<int, 0>(TestCondition Cond, int LHS, int RHS,
191 template bool Test::test<long, 0>(TestCondition Cond, long LHS, long RHS,
195 template bool Test::test<long long, 0>(TestCondition Cond, long long LHS,
200 template bool Test::test<unsigned char, 0>(TestCondition Cond,
207 Test::test<unsigned short, 0>(TestCondition Cond, unsigned short LHS,
212 template bool Test::test<unsigned int, 0>(TestCondition Cond, unsigned int LHS,
217 template bool Test::test<unsigned long, 0>(TestCondition Cond,
223 template bool Test::test<bool, 0>(TestCondition Cond, bool LHS, bool RHS,
228 Test::test<unsigned long long, 0>(TestCondition Cond, unsigned long long LHS,
233 template bool Test::test<__uint128_t, 0>(TestCondition Cond, __uint128_t LHS,