Searched refs:varDecl (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 88 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 D | LoopWidening.cpp | 71 …auto Matches = match(findAll(stmt(hasDescendant(varDecl(hasType(referenceType())).bind(MatchRef)))… in getWidenedLoopState()
|
| H A D | ExprEngine.cpp | 903 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 D | RegionStore.cpp | 1047 to(varDecl(hasStaticStorageDuration()).bind(DeclBind))))); in VisitCluster()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GCDAntipatternChecker.cpp | 64 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 D | NumberObjectConversionChecker.cpp | 325 varDecl(hasType(SuspiciousScalarTypeM), in checkASTCodeBody()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 324 hasLoopVariable(varDecl(hasType(nonConstReferenceType())) in findRangeLoopMutation() 349 varDecl( in findReferenceMutation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 503 REGISTER_MATCHER(varDecl); in RegistryMaps()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 607 const internal::VariadicDynCastAllOfMatcher<Decl, VarDecl> varDecl; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1149 extern const internal::VariadicDynCastAllOfMatcher<Decl, VarDecl> varDecl;
|