Lines Matching defs:LHSStr
100 const char *LHSStr, const char *RHSStr, Location Loc);
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,
162 (unsigned long long)RHS, LHSStr, RHSStr, Loc);
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);
190 bool testStrEq(const char *LHS, const char *RHS, const char *LHSStr,
193 bool testStrNe(const char *LHS, const char *RHS, const char *LHSStr,
196 bool testMatch(bool MatchResult, MatcherBase &Matcher, const char *LHSStr,
207 const char *LHSStr, const char *RHSStr,
211 const char *LHSStr, const char *RHSStr,