Searched defs:roots_end (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h148 /// 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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h342 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 91 milliseconds