Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp244 getInliningModeForFunction(const Decl *D, const SetOfConstDecls &Visited);
258 SetOfConstDecls *VisitedCallees = nullptr);
262 SetOfConstDecls *VisitedCallees);
390 const SetOfConstDecls &Visited, in shouldSkipFunction()
391 const SetOfConstDecls &VisitedAsTopLevel) { in shouldSkipFunction()
425 const SetOfConstDecls &Visited) { in getInliningModeForFunction()
454 SetOfConstDecls Visited; in HandleDeclsCallGraph()
455 SetOfConstDecls VisitedAsTopLevel; in HandleDeclsCallGraph()
484 SetOfConstDecls VisitedCallees; in HandleDeclsCallGraph()
660 SetOfConstDecls *VisitedCallees) { in HandleCode()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h30 using SetOfConstDecls = llvm::DenseSet<const Decl *>; variable
H A DExprEngine.h176 SetOfConstDecls *VisitedCallees;
183 SetOfConstDecls *VisitedCalleesIn,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp222 AnalysisManager &mgr, SetOfConstDecls *VisitedCalleesIn, in ExprEngine()