Searched refs:hasIncrement (Results 1 – 10 of 10) sorted by relevance
21 forStmt(hasIncrement(expr(hasType(realFloatingPointType())))).bind("for"), in registerMatchers()
157 hasIncrement(MatchedCallExpr), hasBody(MatchedCallExpr))); in registerMatchers()
92 hasIncrement(IncrementMatcher)) in registerMatchers()
355 hasIncrement(unaryOperator(hasOperatorName("++")))365 hasIncrement(unaryOperator(374 hasIncrement(unaryOperator(383 hasIncrement(unaryOperator(490 hasIncrement(unaryOperator(
116 hasIncrement( in makeArrayLoopMatcher()206 hasIncrement(anyOf( in makeIteratorLoopMatcher()293 hasIncrement( in makePseudoArrayLoopMatcher()
137 hasIncrement(unaryOperator(hasOperatorName("++"), in addMatcher()
157 hasIncrement(unaryOperator( in forLoopMatcher()
318 REGISTER_MATCHER(hasIncrement); in RegistryMaps()
1347 hasIncrement(unaryOperator(hasOperatorName("++"), in TEST_F()
2100 AST_MATCHER_P(ForStmt, hasIncrement, internal::Matcher<Stmt>, in AST_MATCHER_P() argument