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.cpp237 getInliningModeForFunction(const Decl *D, const SetOfConstDecls &Visited);
251 SetOfConstDecls *VisitedCallees = nullptr);
255 SetOfConstDecls *VisitedCallees);
412 const SetOfConstDecls &Visited, in shouldSkipFunction()
413 const SetOfConstDecls &VisitedAsTopLevel) { in shouldSkipFunction()
447 const SetOfConstDecls &Visited) { in getInliningModeForFunction()
476 SetOfConstDecls Visited; in HandleDeclsCallGraph()
477 SetOfConstDecls VisitedAsTopLevel; in HandleDeclsCallGraph()
506 SetOfConstDecls VisitedCallees; in HandleDeclsCallGraph()
696 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.cpp223 AnalysisManager &mgr, SetOfConstDecls *VisitedCalleesIn, in ExprEngine()