Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp92 declRefExpr(to(varDecl(hasType(isInteger())).bind(BindName))) in simpleCondition()
104 declRefExpr(to(varDecl(VarNodeMatcher)))))), in changeIntBoundNode()
107 declRefExpr(to(varDecl(VarNodeMatcher))))))); in changeIntBoundNode()
113 declRefExpr(to(varDecl(VarNodeMatcher))), in callByRef()
122 initListExpr(has(declRefExpr(to(varDecl(VarNodeMatcher))))), in assignedToRef()
123 declRefExpr(to(varDecl(VarNodeMatcher))))))))); in assignedToRef()
130 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()
154 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()
162 hasUnaryOperand(declRefExpr( in forLoopMatcher()
H A DRegionStore.cpp1073 StatementMatcher RefToStatic = stmt(hasDescendant(declRefExpr( in VisitCluster()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp60 return hasArgument(ArgIdx, ignoringParenCasts(declRefExpr( in equalsBoundArgDecl()
66 declRefExpr(to(varDecl().bind(DeclName))))); in bindAssignmentToDecl()
H A DPointerIterationChecker.cpp68 auto UnorderedContainerM = declRefExpr(to(varDecl(hasType( in matchUnorderedIterWithPointers()
H A DObjCAutoreleaseWriteChecker.cpp180 declRefExpr(to(parmVarDecl(DoublePointerParamM))).bind(CapturedBind); in checkASTCodeBody()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp620 hasInitializer(ignoringImpCasts(declRefExpr( in matcher()
671 hasRHS(ignoringParenImpCasts(declRefExpr(hasPointerType(), in matcher()
674 hasLHS(declRefExpr(hasPointerType(), in matcher()
776 hasBase(ignoringParenImpCasts(declRefExpr(ArrayOrPtr, in matcher()
819 ignoringParenImpCasts(declRefExpr(allOf(ArrayOrPtr, in matcher()
856 declRefExpr(toSupportedVariable()).bind(BaseDeclRefExprTag))))) in matcher()
896 hasBase(ignoringParenImpCasts(declRefExpr( in matcher()
1046 hasUnaryOperand(declRefExpr( in matcher()
1086 hasLHS(declRefExpr(toSupportedVariable())), in matcher()
1125 ignoringImpCasts(declRefExpr(toSupportedVariable()). in matcher()
[all …]
H A DExprMutationAnalyzer.cpp248 declRefExpr(to( in tryEachDeclRef()
430 const auto AsNonConstRefRangeInit = cxxForRangeStmt(hasRangeInit(declRefExpr( in findDirectMutation()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp224 REGISTER_MATCHER(declRefExpr); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp898 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclRefExpr> declRefExpr; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2114 declRefExpr;