Searched refs:unaryOperator (Results 1 – 8 of 8) sorted by relevance
96 unaryOperator(anyOf(hasOperatorName("--"), hasOperatorName("++")), in changeIntBoundNode()122 return unaryOperator( in getAddrTo()154 hasIncrement(unaryOperator( in forLoopMatcher()
352 hasIncrement(unaryOperator(hasOperatorName("++")))357 variable declarations. To find a ``unaryOperator`` that refers to a362 hasIncrement(unaryOperator(371 hasIncrement(unaryOperator(380 hasIncrement(unaryOperator(487 hasIncrement(unaryOperator(
182 hasLHS(unaryOperator( in checkASTCodeBody()
310 unaryOperator(allOf(hasOperatorName("!"), in checkASTCodeBody()
257 unaryOperator(anyOf(hasOperatorName("++"), hasOperatorName("--")), in findDirectMutation()296 unaryOperator(hasOperatorName("&"), in findDirectMutation()
554 REGISTER_MATCHER(unaryOperator); in RegistryMaps()
937 const internal::VariadicDynCastAllOfMatcher<Stmt, UnaryOperator> unaryOperator; variable
2475 unaryOperator;