Searched refs:hasUnaryOperand (Results 1 – 7 of 7) sorted by relevance
103 hasUnaryOperand(ignoringParenImpCasts( in changeIntBoundNode()130 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()162 hasUnaryOperand(declRefExpr( in forLoopMatcher()
186 hasUnaryOperand( in checkASTCodeBody()
231 hasUnaryOperand(ignoringParenImpCasts(hasPointerType())) in matcher()266 hasUnaryOperand(ignoringParenImpCasts(hasPointerType())) in matcher()
268 hasUnaryOperand(canResolveToExpr(equalsNode(Exp)))); in findDirectMutation()309 hasUnaryOperand(canResolveToExpr(equalsNode(Exp)))); in findDirectMutation()
367 hasUnaryOperand(declRefExpr())))376 hasUnaryOperand(declRefExpr(to(varDecl(hasType(isInteger())))))))385 hasUnaryOperand(declRefExpr(to(492 hasUnaryOperand(declRefExpr(
368 REGISTER_MATCHER(hasUnaryOperand); in RegistryMaps()
5766 AST_POLYMORPHIC_MATCHER_P(hasUnaryOperand, in AST_POLYMORPHIC_MATCHER_P() argument