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

/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h150 /// roots_begin/roots_end - Iterators for all roots in the function.
152 roots_iterator roots_begin() { return Roots.begin(); } function in class:llvm::GCFunctionInfo
158 live_iterator live_begin(const iterator &p) { return roots_begin(); }
/external/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp49 const ExplodedNode *GraphRoot = *G.roots_begin();
/external/llvm/lib/CodeGen/
H A DGCMetadata.cpp141 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(),
H A DGCStrategy.cpp383 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h344 roots_iterator roots_begin() { return Roots.begin(); } function in class:clang::ento::ExplodedGraph
348 const_roots_iterator roots_begin() const { return Roots.begin(); } function in class:clang::ento::ExplodedGraph
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1296 (*G.roots_begin())->getLocation().getLocationContext();
2573 llvm::ViewGraph(*G.roots_begin(), "ExprEngine");
2591 llvm::ViewGraph(*TrimmedG->roots_begin(), "TrimmedExprEngine");
H A DBugReporter.cpp2897 WS.push(*G->roots_begin());

Completed in 2762 milliseconds