| Home | Sort by: relevance | last modified time | path |
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ | |
| GCMetadata.h | 138 /// roots_begin/roots_end - Iterators for all roots in the function. 139 roots_iterator roots_begin() { return Roots.begin(); } function in class:llvm::GCFunctionInfo 144 live_iterator live_begin(const iterator &p) { return roots_begin(); } |
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ | |
| ExplodedGraph.h | 408 roots_iterator roots_begin() { return Roots.begin(); } function in class:clang::ento::ExplodedGraph 412 const_roots_iterator roots_begin() const { return Roots.begin(); } function in class:clang::ento::ExplodedGraph 517 return *G->roots_begin(); |
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ | |
| GICombinerEmitter.cpp | 210 const_root_iterator roots_begin() const { return Roots.begin(); } function in class:__anon5800::CombineRule |