HomeSort by relevance Sort by last modified time
    Searched refs:roots_begin (Results 1 - 5 of 5) 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/llvm/lib/CodeGen/
GCMetadata.cpp 160 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(),
GCStrategy.cpp 388 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin(),
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 329 roots_iterator roots_begin() { return Roots.begin(); } function in class:clang::ento::ExplodedGraph
333 const_roots_iterator roots_begin() const { return Roots.begin(); } function in class:clang::ento::ExplodedGraph
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]

Completed in 274 milliseconds