OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:roots_end
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/CodeGen/
GCMetadata.h
148
/// 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/
ExplodedGraph.h
346
roots_iterator
roots_end
() { return Roots.end(); }
function in class:clang::ento::ExplodedGraph
350
const_roots_iterator
roots_end
() const { return Roots.end(); }
function in class:clang::ento::ExplodedGraph
/external/llvm/lib/CodeGen/
GCMetadata.cpp
149
RE = FD->
roots_end
(); RI != RE; ++RI)
GCStrategy.cpp
392
RI != FI->
roots_end
();) {
/external/llvm/docs/
GarbageCollection.rst
690
RE = FI->
roots_end
();
[
all
...]
Completed in 140 milliseconds