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

  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 148 /// roots_begin/roots_end - Iterators for all roots in the function.
150 roots_iterator roots_begin() { return Roots.begin(); } function in class:llvm::GCFunctionInfo
156 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 148 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(),
GCStrategy.cpp 391 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 340 roots_iterator roots_begin() { return Roots.begin(); } function in class:clang::ento::ExplodedGraph
344 const_roots_iterator roots_begin() const { return Roots.begin(); } function in class:clang::ento::ExplodedGraph
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]

Completed in 132 milliseconds