Home
last modified time | relevance | path

Searched refs:roots_begin (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDGCMetadata.h144 roots_iterator roots_begin() { return Roots.begin(); } in roots_begin() function
149 live_iterator live_begin(const iterator &p) { return roots_begin(); } in live_begin()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExplodedGraph.h403 roots_iterator roots_begin() { return Roots.begin(); } in roots_begin() function
407 const_roots_iterator roots_begin() const { return Roots.begin(); } in roots_begin() function
512 return *G->roots_begin();
HDExprEngine.h225 assert(G.roots_begin() != G.roots_end()); in getRootLocationContext()
226 return (*G.roots_begin())->getLocation().getLocationContext(); in getRootLocationContext()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDAnalyzerStatsChecker.cpp50 const ExplodedNode *GraphRoot = *G.roots_begin(); in checkEndAnalysis()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDGCRootLowering.cpp304 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin(); in FindStackOffsets()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporter.cpp2615 WS.push(*TrimmedGraph->roots_begin()); in BugPathGetter()
HDExprEngine.cpp2553 (*G.roots_begin())->getLocation().getLocationContext(); in processCFGBlockEntrance()