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

  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 142 /// roots_begin/roots_end - Iterators for all roots in the function.
145 roots_iterator roots_end () { return Roots.end(); } function in class:llvm::GCFunctionInfo
151 live_iterator live_end (const iterator &p) { return roots_end(); }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 339 roots_iterator roots_end() { return Roots.end(); } function in class:clang::ento::ExplodedGraph
343 const_roots_iterator roots_end() const { return Roots.end(); } function in class:clang::ento::ExplodedGraph

Completed in 148 milliseconds