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 142 /// roots_begin/roots_end - Iterators for all roots in the function.
144 roots_iterator roots_begin() { return Roots.begin(); } function in class:llvm::GCFunctionInfo
150 live_iterator live_begin(const iterator &p) { return roots_begin(); }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 337 roots_iterator roots_begin() { return Roots.begin(); } function in class:clang::ento::ExplodedGraph
341 const_roots_iterator roots_begin() const { return Roots.begin(); } function in class:clang::ento::ExplodedGraph

Completed in 137 milliseconds