HomeSort by relevance Sort by last modified time
    Searched refs:roots_begin (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 138 /// roots_begin/roots_end - Iterators for all roots in the function.
140 roots_iterator roots_begin() { return Roots.begin(); } function in class:llvm::GCFunctionInfo
146 live_iterator live_begin(const iterator &p) { return roots_begin(); }
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 49 const ExplodedNode *GraphRoot = *G.roots_begin();
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 117 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(),
GCRootLowering.cpp 317 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 342 roots_iterator roots_begin() { return Roots.begin(); } function in class:clang::ento::ExplodedGraph
346 const_roots_iterator roots_begin() const { return Roots.begin(); } function in class:clang::ento::ExplodedGraph
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
BugReporter.cpp     [all...]

Completed in 254 milliseconds