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

/external/clang/include/clang/AST/
H A DStmtGraphTraits.h44 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/llvm/include/llvm/Analysis/
H A DPostDominators.h92 static nodes_iterator nodes_begin(PostDominatorTree *N) { function in struct:llvm::GraphTraits
H A DCallGraph.h350 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
H A DRegionIterator.h296 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
H A DDominators.h664 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/chromium/chrome/browser/bookmarks/
H A Dbookmark_index.cc31 // 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/
H A DDominators.h187 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/Analysis/
H A DCallGraph.h220 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
H A DCFG.h680 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
933 return F->nodes_begin();
[all...]
/external/clang/lib/Serialization/
H A DModuleManager.cpp227 static nodes_iterator nodes_begin(const ModuleManager &Manager) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h447 static nodes_iterator nodes_begin(MachineFunction *F) { return F->begin(); }
459 static nodes_iterator nodes_begin(const MachineFunction *F) { function in struct:llvm::GraphTraits
H A DScheduleDAG.h652 static nodes_iterator nodes_begin(ScheduleDAG *G) { function in struct:llvm::GraphTraits
H A DSelectionDAG.h1083 static nodes_iterator nodes_begin(SelectionDAG *G) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/Support/
H A DCFG.h321 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
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp330 static ChildIteratorType nodes_begin(ArgumentGraph *AG) { function in struct:llvm::GraphTraits
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h337 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

Completed in 435 milliseconds