Lines Matching defs:Cond
99 bool test(RunContext *Ctx, TestCond Cond, ValType LHS, ValType RHS,
136 // is the result of the |Cond| operation on |LHS| and |RHS|. Though not bad,
137 // |Cond| on mismatched |LHS| and |RHS| types can potentially succeed because
144 bool test(TestCond Cond, ValType LHS, ValType RHS, const char *LHSStr,
146 return internal::test(Ctx, Cond, LHS, RHS, LHSStr, RHSStr, Loc);
151 bool test(TestCond Cond, ValType LHS, ValType RHS, const char *LHSStr,
153 return internal::test(Ctx, Cond, (long long)LHS, (long long)RHS, LHSStr,
159 bool test(TestCond Cond, ValType LHS, ValType RHS, const char *LHSStr,
161 return internal::test(Ctx, Cond, (unsigned long long)LHS,
168 bool test(TestCond Cond, ValType LHS, cpp::nullptr_t, const char *LHSStr,
170 return test(Cond, LHS, static_cast<ValType>(nullptr), LHSStr, RHSStr, Loc);
177 bool test(TestCond Cond, ValType LHS, ValType RHS, const char *LHSStr,
179 return internal::test(Ctx, Cond, LHS, RHS, LHSStr, RHSStr, Loc);
185 bool test(TestCond Cond, ValType LHS, ValType RHS, const char *LHSStr,
187 return internal::test(Ctx, Cond, LHS, RHS, LHSStr, RHSStr, Loc);