Searched defs:nodes_end (Results 1 - 16 of 16) sorted by relevance

/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/llvm/include/llvm/Analysis/
H A DPostDominators.h99 static nodes_iterator nodes_end(PostDominatorTree *N) { function in struct:llvm::GraphTraits
H A DCallGraph.h353 static nodes_iterator nodes_end (CallGraph *CG) { function in struct:GraphTraits
370 static nodes_iterator nodes_end (const CallGraph *CG) { return CG->end(); } function in struct: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 DDominators.h665 E = TraitsTy::nodes_end(&F); I != E; ++I) {
898 static nodes_iterator nodes_end(DomTreeNode *N) { function in struct:llvm::GraphTraits
913 static nodes_iterator nodes_end(DominatorTree *N) { function in struct:llvm::GraphTraits
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_index.cc31 // Use nodes_begin() and nodes_end() to get an iterator over the set as
41 NodeSet::const_iterator nodes_end() const;
49 BookmarkIndex::NodeSet::const_iterator BookmarkIndex::Match::nodes_end() const { function in class:BookmarkIndex::Match
131 i != match.nodes_end(); ++i) {
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/
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/clang/include/clang/Analysis/
H A DCallGraph.h223 static nodes_iterator nodes_end (clang::CallGraph *CG) { function in struct:llvm::GraphTraits
249 static nodes_iterator nodes_end(const clang::CallGraph *CG) { function in struct:llvm::GraphTraits
H A DCFG.h681 graph_iterator nodes_end() { return graph_iterator(Blocks.end()); } function in class:clang::CFGBlock::CFG
685 const_graph_iterator nodes_end() const { function in class:clang::CFGBlock::CFG
893 static nodes_iterator nodes_end(::clang::CFG* F) { return F->nodes_end(); } function in struct:clang::llvm::GraphTraits
908 static nodes_iterator nodes_end( const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
909 return F->nodes_end();
923 static nodes_iterator nodes_end( ::clang::CFG* F) { return F->nodes_end(); } function in struct:clang::llvm::GraphTraits
935 static nodes_iterator nodes_end(const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
936 return F->nodes_end();
[all...]
/external/clang/lib/Serialization/
H A DModuleManager.cpp231 static nodes_iterator nodes_end(const ModuleManager &Manager) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h448 static nodes_iterator nodes_end (MachineFunction *F) { return F->end(); } function in class:llvm::MachineFunction
462 static nodes_iterator nodes_end (const MachineFunction *F) { function in struct:llvm::GraphTraits
H A DScheduleDAG.h655 static nodes_iterator nodes_end(ScheduleDAG *G) { function in struct:llvm::GraphTraits
H A DSelectionDAG.h1086 static nodes_iterator nodes_end(SelectionDAG *G) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/Support/
H A DCFG.h322 static nodes_iterator nodes_end (Function *F) { return F->end(); } function in struct:llvm::GraphTraits
332 static nodes_iterator nodes_end (const Function *F) { return F->end(); } function in struct:llvm::GraphTraits
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp333 static ChildIteratorType nodes_end(ArgumentGraph *AG) { function in struct:llvm::GraphTraits
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h339 node_iterator nodes_end() { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
343 const_node_iterator nodes_end() const { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
455 static inline nodes_iterator nodes_end(NodeType* N) { function in struct:llvm::GraphTraits
481 static inline nodes_iterator nodes_end(NodeType* N) { function in struct:llvm::GraphTraits

Completed in 230 milliseconds