Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp315 getInliningModeForFunction(const Decl *D, const SetOfConstDecls &Visited);
329 SetOfConstDecls *VisitedCallees = nullptr);
333 SetOfConstDecls *VisitedCallees);
428 const SetOfConstDecls &Visited, in shouldSkipFunction()
429 const SetOfConstDecls &VisitedAsTopLevel) { in shouldSkipFunction()
456 const SetOfConstDecls &Visited) { in getInliningModeForFunction()
485 SetOfConstDecls Visited; in HandleDeclsCallGraph()
486 SetOfConstDecls VisitedAsTopLevel; in HandleDeclsCallGraph()
505 SetOfConstDecls VisitedCallees; in HandleDeclsCallGraph()
693 SetOfConstDecls *VisitedCallees) { in HandleCode()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h32 using SetOfConstDecls = llvm::DenseSet<const Decl *>; variable
H A DExprEngine.h151 SetOfConstDecls *VisitedCallees;
158 SetOfConstDecls *VisitedCalleesIn,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp191 SetOfConstDecls *VisitedCalleesIn, in ExprEngine()