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

  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 148 /// roots_begin/roots_end - Iterators for all roots in the function.
151 roots_iterator roots_end () { return Roots.end(); } function in class:llvm::GCFunctionInfo
157 live_iterator live_end (const iterator &p) { return roots_end(); }
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 149 RE = FD->roots_end(); RI != RE; ++RI)
GCStrategy.cpp 392 RI != FI->roots_end();) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 342 roots_iterator roots_end() { return Roots.end(); } function in class:clang::ento::ExplodedGraph
346 const_roots_iterator roots_end() const { return Roots.end(); } function in class:clang::ento::ExplodedGraph

Completed in 175 milliseconds