Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp245 getInliningModeForFunction(const Decl *D, const SetOfConstDecls &Visited);
259 SetOfConstDecls *VisitedCallees = nullptr);
263 SetOfConstDecls *VisitedCallees);
391 const SetOfConstDecls &Visited, in shouldSkipFunction()
392 const SetOfConstDecls &VisitedAsTopLevel) { in shouldSkipFunction()
426 const SetOfConstDecls &Visited) { in getInliningModeForFunction()
455 SetOfConstDecls Visited; in HandleDeclsCallGraph()
456 SetOfConstDecls VisitedAsTopLevel; in HandleDeclsCallGraph()
485 SetOfConstDecls VisitedCallees; in HandleDeclsCallGraph()
660 SetOfConstDecls *VisitedCallees) { in HandleCode()
[all …]
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h31 using SetOfConstDecls = llvm::DenseSet<const Decl *>; variable
H A DExprEngine.h175 SetOfConstDecls *VisitedCallees;
182 SetOfConstDecls *VisitedCalleesIn,
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DReusables.h52 SetOfConstDecls VisitedCallees;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp214 AnalysisManager &mgr, SetOfConstDecls *VisitedCalleesIn, in ExprEngine()