Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp250 getInliningModeForFunction(const Decl *D, const SetOfConstDecls &Visited);
264 SetOfConstDecls *VisitedCallees = nullptr);
268 SetOfConstDecls *VisitedCallees);
397 const SetOfConstDecls &Visited, in shouldSkipFunction()
398 const SetOfConstDecls &VisitedAsTopLevel) { in shouldSkipFunction()
432 const SetOfConstDecls &Visited) { in getInliningModeForFunction()
461 SetOfConstDecls Visited; in HandleDeclsCallGraph()
462 SetOfConstDecls VisitedAsTopLevel; in HandleDeclsCallGraph()
481 SetOfConstDecls VisitedCallees; in HandleDeclsCallGraph()
610 SetOfConstDecls *VisitedCallees) { in HandleCode()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h31 using SetOfConstDecls = llvm::DenseSet<const Decl *>; variable
H A DExprEngine.h178 SetOfConstDecls *VisitedCallees;
185 SetOfConstDecls *VisitedCalleesIn,
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp204 SetOfConstDecls *VisitedCalleesIn, in ExprEngine()