Searched refs:hasUnaryOperand (Results 1 – 6 of 6) sorted by relevance
103 hasUnaryOperand(ignoringParenImpCasts( in changeIntBoundNode()130 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()162 hasUnaryOperand(declRefExpr( in forLoopMatcher()
186 hasUnaryOperand( in checkASTCodeBody()
342 hasUnaryOperand(canResolveToExpr(Exp))); in findDirectMutation()384 hasUnaryOperand(canResolveToExpr(Exp))); in findDirectMutation()
577 hasUnaryOperand(ignoringParenImpCasts(hasPointerType()))) in matcher()617 hasUnaryOperand(ignoringParenImpCasts(hasPointerType()))) in matcher()1168 hasUnaryOperand(arraySubscriptExpr(hasBase( in matcher()1278 hasUnaryOperand(declRefExpr(toSupportedVariable()))) in matcher()1372 hasUnaryOperand(ignoringParens(PlusOverPtrAndInteger))) in matcher()
378 REGISTER_MATCHER(hasUnaryOperand); in RegistryMaps()
6041 AST_POLYMORPHIC_MATCHER_P(hasUnaryOperand, in AST_POLYMORPHIC_MATCHER_P() argument