HomeSort by relevance Sort by last modified time
    Searched defs:roots_begin (Results 1 - 2 of 2) 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/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

Completed in 353 milliseconds