HomeSort by relevance Sort by last modified time
    Searched refs:nodes_begin (Results 1 - 20 of 20) sorted by null

  /external/clang/include/clang/AST/
StmtGraphTraits.h 44 static nodes_iterator nodes_begin(clang::Stmt* S) { function in struct:llvm::GraphTraits
71 static nodes_iterator nodes_begin(const clang::Stmt* S) { function in struct:llvm::GraphTraits
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.cc 31 // Use nodes_begin() and nodes_end() to get an iterator over the set as
37 NodeSet::const_iterator nodes_begin() const;
45 BookmarkIndex::Match::nodes_begin() const { function in class:BookmarkIndex::Match
130 for (NodeSet::const_iterator i = match.nodes_begin();
208 std::set_intersection(match->nodes_begin(), match->nodes_end(),
227 std::set_intersection(match.nodes_begin(), match.nodes_end(),
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 187 static nodes_iterator nodes_begin(::clang::DomTreeNode *N) { function in struct:llvm::GraphTraits
202 static nodes_iterator nodes_begin(::clang::DominatorTree *N) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 337 node_iterator nodes_begin() { return Nodes.begin(); } function in class:clang::ento::ExplodedGraph
341 const_node_iterator nodes_begin() const { return Nodes.begin(); } function in class:clang::ento::ExplodedGraph
451 static inline nodes_iterator nodes_begin(NodeType* N) { function in struct:llvm::GraphTraits
477 static inline nodes_iterator nodes_begin(NodeType* N) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/Analysis/
PostDominators.h 92 static nodes_iterator nodes_begin(PostDominatorTree *N) { function in struct:llvm::GraphTraits
RegionIterator.h 296 static nodes_iterator nodes_begin(RegionT* R) { \
310 static nodes_iterator nodes_begin(RegionT* R) { \
332 static nodes_iterator nodes_begin(RegionInfo* RI) { function in struct:llvm::GraphTraits
CallGraph.h 350 static nodes_iterator nodes_begin(CallGraph *CG) { function in struct:GraphTraits
369 static nodes_iterator nodes_begin(const CallGraph *CG) { return CG->begin(); } function in struct:GraphTraits
Dominators.h 664 for (typename TraitsTy::nodes_iterator I = TraitsTy::nodes_begin(&F),
894 static nodes_iterator nodes_begin(DomTreeNode *N) { function in struct:llvm::GraphTraits
909 static nodes_iterator nodes_begin(DominatorTree *N) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/Analysis/
CFG.h 680 graph_iterator nodes_begin() { return graph_iterator(Blocks.begin()); } function in class:clang::CFGBlock::CFG
682 const_graph_iterator nodes_begin() const { function in class:clang::CFGBlock::CFG
892 static nodes_iterator nodes_begin(::clang::CFG* F) { return F->nodes_begin();} function in struct:clang::llvm::GraphTraits
905 static nodes_iterator nodes_begin( const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
906 return F->nodes_begin();
922 static nodes_iterator nodes_begin( ::clang::CFG* F) {return F->nodes_begin();} function in struct:clang::llvm::GraphTraits
932 static nodes_iterator nodes_begin(const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
    [all...]
CallGraph.h 220 static nodes_iterator nodes_begin(clang::CallGraph *CG) { function in struct:llvm::GraphTraits
246 static nodes_iterator nodes_begin(const clang::CallGraph *CG) { function in struct:llvm::GraphTraits
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 55 for (ExplodedGraph::node_iterator I = G.nodes_begin();
UnreachableCodeChecker.cpp 66 for (ExplodedGraph::node_iterator I = G.nodes_begin(), E = G.nodes_end();
  /external/llvm/include/llvm/Support/
CFG.h 321 static nodes_iterator nodes_begin(Function *F) { return F->begin(); } function in struct:llvm::GraphTraits
331 static nodes_iterator nodes_begin(const Function *F) { return F->begin(); } function in struct:llvm::GraphTraits
GraphWriter.h 137 for (node_iterator I = GTraits::nodes_begin(G), E = GTraits::nodes_end(G);
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 447 static nodes_iterator nodes_begin(MachineFunction *F) { return F->begin(); }
459 static nodes_iterator nodes_begin(const MachineFunction *F) { function in struct:llvm::GraphTraits
ScheduleDAG.h 652 static nodes_iterator nodes_begin(ScheduleDAG *G) { function in struct:llvm::GraphTraits
SelectionDAG.h 1083 static nodes_iterator nodes_begin(SelectionDAG *G) { function in struct:llvm::GraphTraits
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 227 static nodes_iterator nodes_begin(const ModuleManager &Manager) { function in struct:llvm::GraphTraits
  /external/llvm/lib/Analysis/
RegionInfo.cpp 250 return GraphTraits<Region*>::nodes_begin(this);
258 return GraphTraits<const Region*>::nodes_begin(this);
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 330 static ChildIteratorType nodes_begin(ArgumentGraph *AG) { function in struct:llvm::GraphTraits

Completed in 2031 milliseconds