Home
last modified time | relevance | path

Searched refs:canResolveToExprPointee (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp159 AST_MATCHER_P(Stmt, canResolveToExprPointee, const Stmt *, T) { in AST_MATCHER_P() argument
728 hasUnaryOperand(canResolveToExprPointee(Exp))), in findPointeeValueMutation()
731 hasBaseConservative(canResolveToExprPointee(Exp))))) in findPointeeValueMutation()
741 cxxMemberCallExpr(on(canResolveToExprPointee(Exp)), in findPointeeMemberMutation()
749 memberExpr(hasObjectExpression(canResolveToExprPointee(Exp))) in findPointeeMemberMutation()
763 hasInitializer(expr(canResolveToExprPointee(Exp)).bind("stmt"))); in findPointeeToNonConst()
767 hasRHS(canResolveToExprPointee(Exp))); in findPointeeToNonConst()
770 hasAnyArgument(canResolveToExprPointee(Exp)), isInstantiationDependent()); in findPointeeToNonConst()
772 canResolveToExprPointee(Exp), NonConstPointerOrDependentType); in findPointeeToNonConst()
778 parenListExpr(has(canResolveToExprPointee(Exp))), in findPointeeToNonConst()
[all …]