Searched refs:hasRHS (Results 1 – 4 of 4) sorted by relevance
405 hasRHS(expr(hasType(isInteger())))))443 hasRHS(expr(hasType(isInteger())))))491 hasRHS(expr(hasType(isInteger())))))).bind("forLoop");
236 REGISTER_MATCHER(hasRHS); in RegistryMaps()
3221 AST_POLYMORPHIC_MATCHER_P(hasRHS, in AST_POLYMORPHIC_MATCHER_P() argument3234 return anyOf(hasLHS(InnerMatcher), hasRHS(InnerMatcher)); in hasEitherOperand()
1003 hasRHS(integerLiteral(equals(0)))), in TEST()1006 hasRHS(expr().bind("x")))); in TEST()2410 hasRHS(cxxBoolLiteral(equals(false)))); in TEST()2417 hasLHS(hasType(isInteger())), hasRHS(hasType(pointsTo(qualType())))); in TEST()4496 EXPECT_TRUE(matches(code, binaryOperator(hasRHS( in TEST()