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

1 2

  /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_org/components/bookmarks/browser/
bookmark_index.cc 77 // Use nodes_begin() and nodes_end() to get an iterator over the set as
83 NodeSet::const_iterator nodes_begin() const;
91 BookmarkIndex::Match::nodes_begin() const { function in class:bookmarks::BookmarkIndex::Match
182 nodes.insert(i->nodes_begin(), i->nodes_end());
186 for (NodeSet::const_iterator n = i->nodes_begin(); n != i->nodes_end(); ++n)
309 std::set_intersection(match->nodes_begin(), match->nodes_end(),
328 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/llvm/include/llvm/IR/
Dominators.h 133 static nodes_iterator nodes_begin(DomTreeNode *N) { function in struct:llvm::GraphTraits
148 static nodes_iterator nodes_begin(DominatorTree *N) { function in struct:llvm::GraphTraits
CFG.h 347 static nodes_iterator nodes_begin(Function *F) { return F->begin(); } function in struct:llvm::GraphTraits
357 static nodes_iterator nodes_begin(const Function *F) { return F->begin(); } function in struct:llvm::GraphTraits
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 336 node_iterator nodes_begin() { return Nodes.begin(); } function in class:clang::ento::ExplodedGraph
340 const_node_iterator nodes_begin() const { return Nodes.begin(); } function in class:clang::ento::ExplodedGraph
461 static inline nodes_iterator nodes_begin(NodeType* N) { function in struct:llvm::GraphTraits
487 static inline nodes_iterator nodes_begin(NodeType* N) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/Analysis/
PostDominators.h 103 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 440 static nodes_iterator nodes_begin(CallGraph *CG) { function in struct:GraphTraits
458 static nodes_iterator nodes_begin(const CallGraph *CG) { return CG->begin(); } function in struct:GraphTraits
  /external/clang/include/clang/Analysis/
CFG.h 850 graph_iterator nodes_begin() { return graph_iterator(Blocks.begin()); } function in class:clang::CFGBlock::CFG
852 const_graph_iterator nodes_begin() const { function in class:clang::CFGBlock::CFG
1066 static nodes_iterator nodes_begin(::clang::CFG* F) { return F->nodes_begin();} function in struct:clang::llvm::GraphTraits
1079 static nodes_iterator nodes_begin( const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
1096 static nodes_iterator nodes_begin( ::clang::CFG* F) {return F->nodes_begin();} function in struct:clang::llvm::GraphTraits
1106 static nodes_iterator nodes_begin(const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
    [all...]
CallGraph.h 210 static nodes_iterator nodes_begin(clang::CallGraph *CG) { function in struct:llvm::GraphTraits
236 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/lib/Analysis/
BlockFrequencyInfo.cpp 66 static nodes_iterator nodes_begin(const BlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
RegionInfo.cpp 278 return GraphTraits<Region*>::nodes_begin(this);
286 return GraphTraits<const Region*>::nodes_begin(this);
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 71 static nodes_iterator nodes_begin(const MachineBlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 491 static nodes_iterator nodes_begin(MachineFunction *F) { return F->begin(); }
503 static nodes_iterator nodes_begin(const MachineFunction *F) { function in struct:llvm::GraphTraits
ScheduleDAG.h 677 static nodes_iterator nodes_begin(ScheduleDAG *G) { function in struct:llvm::SUnit::GraphTraits
SelectionDAG.h 1228 static nodes_iterator nodes_begin(SelectionDAG *G) { function in struct:llvm::GraphTraits
    [all...]
  /external/llvm/include/llvm/Support/
GraphWriter.h 142 for (node_iterator I = GTraits::nodes_begin(G), E = GTraits::nodes_end(G);
GenericDomTree.h 693 for (typename TraitsTy::nodes_iterator I = TraitsTy::nodes_begin(&F),
  /external/clang/lib/Serialization/
ModuleManager.cpp 436 static nodes_iterator nodes_begin(const ModuleManager &Manager) { function in struct:llvm::GraphTraits
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 881 GraphTraits<MachineFunction *>::nodes_begin(FuncRep);
904 wrapup(GraphTraits<MachineFunction *>::nodes_begin(FuncRep));
948 MachineFunction::iterator It = GTM::nodes_begin(MF), E = GTM::nodes_end(MF);
    [all...]