Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp88 to(varDecl(hasType(isInteger())).bind(BindName))))), in simpleCondition()
99 declRefExpr(to(varDecl(VarNodeMatcher)))))), in changeIntBoundNode()
102 declRefExpr(to(varDecl(VarNodeMatcher))))))); in changeIntBoundNode()
108 declRefExpr(to(varDecl(VarNodeMatcher))), in callByRef()
114 return declStmt(hasDescendant(varDecl( in assignedToRef()
117 initListExpr(has(declRefExpr(to(varDecl(VarNodeMatcher))))), in assignedToRef()
118 declRefExpr(to(varDecl(VarNodeMatcher))))))))); in assignedToRef()
146 varDecl(allOf(hasInitializer(ignoringParenImpCasts( in forLoopMatcher()
149 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()
158 to(varDecl(allOf(equalsBoundNode("initVarName"), in forLoopMatcher()
H A DLoopWidening.cpp71 …auto Matches = match(findAll(stmt(hasDescendant(varDecl(hasType(referenceType())).bind(MatchRef)))… in getWidenedLoopState()
H A DExprEngine.cpp903 const VarDecl *varDecl = Dtor.getVarDecl(); in ProcessAutomaticObjDtor() local
904 QualType varType = varDecl->getType(); in ProcessAutomaticObjDtor()
907 SVal dest = state->getLValue(varDecl, Pred->getLocationContext()); in ProcessAutomaticObjDtor()
H A DRegionStore.cpp1047 to(varDecl(hasStaticStorageDuration()).bind(DeclBind))))); in VisitCluster()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp64 to(varDecl(equalsBoundNode(DeclName)))))); in equalsBoundArgDecl()
69 declRefExpr(to(varDecl().bind(DeclName))))); in bindAssignmentToDecl()
102 varDecl(hasDescendant(SemaphoreCreateM)).bind(SemaphoreBinding)), in findGCDAntiPatternWithSemaphore()
144 varDecl(hasDescendant(DispatchGroupCreateM)).bind(GroupBinding)), in findGCDAntiPatternWithGroup()
H A DNumberObjectConversionChecker.cpp325 varDecl(hasType(SuspiciousScalarTypeM), in checkASTCodeBody()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp324 hasLoopVariable(varDecl(hasType(nonConstReferenceType())) in findRangeLoopMutation()
349 varDecl( in findReferenceMutation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp503 REGISTER_MATCHER(varDecl); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp607 const internal::VariadicDynCastAllOfMatcher<Decl, VarDecl> varDecl; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1149 extern const internal::VariadicDynCastAllOfMatcher<Decl, VarDecl> varDecl;