HomeSort by relevance Sort by last modified time
    Searched defs:nodes_begin (Results 1 - 17 of 17) 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/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),
877 static nodes_iterator nodes_begin(DomTreeNode *N) { function in struct:llvm::GraphTraits
892 static nodes_iterator nodes_begin(DominatorTree *N) { 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/lib/Serialization/
ModuleManager.cpp 227 static nodes_iterator nodes_begin(const ModuleManager &Manager) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/Analysis/
CallGraph.h 214 static nodes_iterator nodes_begin(clang::CallGraph *CG) { function in struct:llvm::GraphTraits
240 static nodes_iterator nodes_begin(const clang::CallGraph *CG) { function in struct:llvm::GraphTraits
CFG.h 678 graph_iterator nodes_begin() { return graph_iterator(Blocks.begin()); } function in class:clang::CFGBlock::CFG
680 const_graph_iterator nodes_begin() const { function in class:clang::CFGBlock::CFG
890 static nodes_iterator nodes_begin(::clang::CFG* F) { return F->nodes_begin();} function in struct:clang::llvm::GraphTraits
903 static nodes_iterator nodes_begin( const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
904 return F->nodes_begin();
920 static nodes_iterator nodes_begin( ::clang::CFG* F) {return F->nodes_begin();} function in struct:clang::llvm::GraphTraits
930 static nodes_iterator nodes_begin(const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 443 static nodes_iterator nodes_begin(MachineFunction *F) { return F->begin(); }
455 static nodes_iterator nodes_begin(const MachineFunction *F) { function in struct:llvm::GraphTraits
SelectionDAG.h 1064 static nodes_iterator nodes_begin(SelectionDAG *G) { function in struct:llvm::GraphTraits
    [all...]
ScheduleDAG.h 635 static nodes_iterator nodes_begin(ScheduleDAG *G) { function in struct:llvm::GraphTraits
  /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
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 330 static ChildIteratorType nodes_begin(ArgumentGraph *AG) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/ADT/
Trie.h 292 static inline nodes_iterator nodes_begin(const TrieType& G) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 329 node_iterator nodes_begin() { return Nodes.begin(); } function in class:clang::ento::ExplodedGraph
333 const_node_iterator nodes_begin() const { return Nodes.begin(); } function in class:clang::ento::ExplodedGraph
443 static inline nodes_iterator nodes_begin(NodeType* N) { function in struct:llvm::GraphTraits
469 static inline nodes_iterator nodes_begin(NodeType* N) { function in struct:llvm::GraphTraits

Completed in 268 milliseconds