Searched refs:nodes_end (Results 1 - 25 of 27) sorted by relevance

12

/external/clang/include/clang/AST/
H A DStmtGraphTraits.h48 static nodes_iterator nodes_end(clang::Stmt* S) { function in struct:llvm::GraphTraits
75 static nodes_iterator nodes_end(const clang::Stmt* S) { function in struct:llvm::GraphTraits
/external/chromium_org/components/keyed_service/core/
H A Ddependency_graph.cc126 std::deque<DependencyNode*>::iterator nodes_end(nodes.end());
135 nodes_end = std::remove(nodes.begin(), nodes_end, it->second);
137 nodes.erase(nodes_end, nodes.end());
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_index.cc77 // Use nodes_begin() and nodes_end() to get an iterator over the set as
87 NodeSet::const_iterator nodes_end() const;
95 BookmarkIndex::NodeSet::const_iterator BookmarkIndex::Match::nodes_end() const { function in class:bookmarks::BookmarkIndex::Match
176 nodes.insert(i->nodes_begin(), i->nodes_end());
180 for (NodeSet::const_iterator n = i->nodes_begin(); n != i->nodes_end(); ++n)
299 std::set_intersection(match->nodes_begin(), match->nodes_end(),
318 std::set_intersection(match.nodes_begin(), match.nodes_end(),
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h191 static nodes_iterator nodes_end(::clang::DomTreeNode *N) { function in struct:llvm::GraphTraits
206 static nodes_iterator nodes_end(::clang::DominatorTree *N) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/IR/
H A DDominators.h137 static nodes_iterator nodes_end(DomTreeNode *N) { function in struct:llvm::GraphTraits
152 static nodes_iterator nodes_end(DominatorTree *N) { function in struct:llvm::GraphTraits
H A DCFG.h348 static nodes_iterator nodes_end (Function *F) { return F->end(); } function in struct:llvm::GraphTraits
358 static nodes_iterator nodes_end (const Function *F) { return F->end(); } function in struct:llvm::GraphTraits
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h338 node_iterator nodes_end() { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
342 const_node_iterator nodes_end() const { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
465 static inline nodes_iterator nodes_end(NodeType* N) { function in struct:llvm::GraphTraits
491 static inline nodes_iterator nodes_end(NodeType* N) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/Analysis/
H A DPostDominators.h110 static nodes_iterator nodes_end(PostDominatorTree *N) { function in struct:llvm::GraphTraits
H A DRegionIterator.h299 static nodes_iterator nodes_end(RegionT* R) { \
313 static nodes_iterator nodes_end(RegionT* R) { \
335 static nodes_iterator nodes_end(RegionInfo *RI) { function in struct:llvm::GraphTraits
H A DCallGraph.h443 static nodes_iterator nodes_end(CallGraph *CG) { function in struct:GraphTraits
459 static nodes_iterator nodes_end(const CallGraph *CG) { return CG->end(); } function in struct:GraphTraits
/external/clang/include/clang/Analysis/
H A DCFG.h851 graph_iterator nodes_end() { return graph_iterator(Blocks.end()); } function in class:clang::CFGBlock::CFG
855 const_graph_iterator nodes_end() const { function in class:clang::CFGBlock::CFG
1067 static nodes_iterator nodes_end(::clang::CFG* F) { return F->nodes_end(); } function in struct:clang::llvm::GraphTraits
1082 static nodes_iterator nodes_end( const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
1083 return F->nodes_end();
1097 static nodes_iterator nodes_end( ::clang::CFG* F) { return F->nodes_end(); } function in struct:clang::llvm::GraphTraits
1109 static nodes_iterator nodes_end(const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
1110 return F->nodes_end();
[all...]
H A DCallGraph.h213 static nodes_iterator nodes_end (clang::CallGraph *CG) { function in struct:llvm::GraphTraits
239 static nodes_iterator nodes_end(const clang::CallGraph *CG) { function in struct:llvm::GraphTraits
/external/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp56 I != G.nodes_end(); ++I) {
H A DUnreachableCodeChecker.cpp66 for (ExplodedGraph::node_iterator I = G.nodes_begin(), E = G.nodes_end();
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp69 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
H A DRegionInfo.cpp282 return GraphTraits<Region*>::nodes_end(this);
290 return GraphTraits<const Region*>::nodes_end(this);
/external/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp75 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h492 static nodes_iterator nodes_end (MachineFunction *F) { return F->end(); } function in class:llvm::MachineFunction
506 static nodes_iterator nodes_end (const MachineFunction *F) { function in struct:llvm::GraphTraits
H A DScheduleDAG.h680 static nodes_iterator nodes_end(ScheduleDAG *G) { function in struct:llvm::SUnit::GraphTraits
H A DSelectionDAG.h1231 static nodes_iterator nodes_end(SelectionDAG *G) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/Support/
H A DGraphWriter.h142 for (node_iterator I = GTraits::nodes_begin(G), E = GTraits::nodes_end(G);
H A DGenericDomTree.h694 E = TraitsTy::nodes_end(&F); I != E; ++I) {
/external/clang/lib/Serialization/
H A DModuleManager.cpp440 static nodes_iterator nodes_end(const ModuleManager &Manager) { function in struct:llvm::GraphTraits
/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp948 MachineFunction::iterator It = GTM::nodes_begin(MF), E = GTM::nodes_end(MF);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp403 static ChildIteratorType nodes_end(ArgumentGraph *AG) { function in struct:llvm::GraphTraits

Completed in 4951 milliseconds

12