HomeSort by: relevance | last modified time | path
    Searched refs:roots_end (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
GCMetadata.h 138 /// roots_begin/roots_end - Iterators for all roots in the function.
140 roots_iterator roots_end() { return Roots.end(); } function in class:llvm::GCFunctionInfo
145 live_iterator live_end(const iterator &p) { return roots_end(); }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
GCMetadata.cpp 114 RE = FD->roots_end();
GCRootLowering.cpp 291 RI != FI->roots_end();) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 410 roots_iterator roots_end() { return Roots.end(); } function in class:clang::ento::ExplodedGraph
414 const_roots_iterator roots_end() const { return Roots.end(); } function in class:clang::ento::ExplodedGraph
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GICombinerEmitter.cpp 211 const_root_iterator roots_end() const { return Roots.end(); } function in class:__anon5800::CombineRule

Completed in 22 milliseconds