HomeSort by relevance Sort by last modified time
    Searched full:nodes_begin (Results 1 - 20 of 20) 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/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/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 321 node_iterator nodes_begin() { return Nodes.begin(); } function in class:clang::ento::ExplodedGraph
325 const_node_iterator nodes_begin() const { return Nodes.begin(); } function in class:clang::ento::ExplodedGraph
429 static inline nodes_iterator nodes_begin(NodeType* N) { function in struct:llvm::GraphTraits
455 static inline nodes_iterator nodes_begin(NodeType* N) { 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 849 static nodes_iterator nodes_begin(DomTreeNode *N) { function in struct:llvm::GraphTraits
864 static nodes_iterator nodes_begin(DominatorTree *N) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/Index/
CallGraph.h 132 static nodes_iterator nodes_begin(const GraphType &CG) { function in struct:llvm::GraphTraits
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 42 for (ExplodedGraph::node_iterator I = G.nodes_begin();
UnreachableCodeChecker.cpp 65 for (ExplodedGraph::node_iterator I = G.nodes_begin(), E = G.nodes_end();
  /external/llvm/include/llvm/ADT/
GraphTraits.h 44 // static nodes_iterator nodes_begin(GraphType *G)
Trie.h 294 static inline nodes_iterator nodes_begin(const TrieType& G) { function in struct:llvm::GraphTraits
  /external/llvm/lib/Analysis/
RegionInfo.cpp 252 return GraphTraits<FlatIt<Region*> >::nodes_begin(this);
260 return GraphTraits<FlatIt<const Region*> >::nodes_begin(this);
268 return GraphTraits<Region*>::nodes_begin(this);
276 return GraphTraits<const Region*>::nodes_begin(this);
  /external/llvm/include/llvm/Support/
CFG.h 315 static nodes_iterator nodes_begin(Function *F) { return F->begin(); } function in struct:llvm::GraphTraits
324 static nodes_iterator nodes_begin(const Function *F) { return F->begin(); } function in struct:llvm::GraphTraits
GraphWriter.h 137 for (node_iterator I = GTraits::nodes_begin(G), E = GTraits::nodes_end(G);
  /external/clang/lib/Serialization/
ModuleManager.cpp 226 static nodes_iterator nodes_begin(const ModuleManager &Manager) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/Analysis/
CFG.h 806 static nodes_iterator nodes_begin(::clang::CFG* F) { return F->begin(); } function in struct:clang::llvm::GraphTraits
818 static nodes_iterator nodes_begin( const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
832 static nodes_iterator nodes_begin(const ::clang::CFG* F) { return F->begin();} function in struct:clang::llvm::GraphTraits
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 438 static nodes_iterator nodes_begin(MachineFunction *F) { return F->begin(); }
449 static nodes_iterator nodes_begin(const MachineFunction *F) { function in struct:llvm::GraphTraits
ScheduleDAG.h 650 static nodes_iterator nodes_begin(ScheduleDAG *G) { function in struct:llvm::GraphTraits
SelectionDAG.h 1059 static nodes_iterator nodes_begin(SelectionDAG *G) { function in struct:llvm::GraphTraits
    [all...]

Completed in 2714 milliseconds