HomeSort by relevance Sort by last modified time
    Searched refs:nodes_end (Results 1 - 19 of 19) sorted by null

  /external/clang/include/clang/AST/
StmtGraphTraits.h 48 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/chrome/browser/bookmarks/
bookmark_index.cc 31 // 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/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 323 node_iterator nodes_end() { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
327 const_node_iterator nodes_end() const { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
433 static inline nodes_iterator nodes_end(NodeType* N) { function in struct:llvm::GraphTraits
459 static inline nodes_iterator nodes_end(NodeType* N) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/Analysis/
PostDominators.h 99 static nodes_iterator nodes_end(PostDominatorTree *N) { function in struct:llvm::GraphTraits
RegionIterator.h 299 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
CallGraph.h 353 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
Dominators.h 853 static nodes_iterator nodes_end(DomTreeNode *N) { function in struct:llvm::GraphTraits
868 static nodes_iterator nodes_end(DominatorTree *N) { function in struct:llvm::GraphTraits
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 43 I != G.nodes_end(); ++I) {
UnreachableCodeChecker.cpp 65 for (ExplodedGraph::node_iterator I = G.nodes_begin(), E = G.nodes_end();
  /external/llvm/include/llvm/Support/
CFG.h 316 static nodes_iterator nodes_end (Function *F) { return F->end(); } function in struct:llvm::GraphTraits
325 static nodes_iterator nodes_end (const Function *F) { return F->end(); } function in struct:llvm::GraphTraits
GraphWriter.h 137 for (node_iterator I = GTraits::nodes_begin(G), E = GTraits::nodes_end(G);
  /external/clang/include/clang/Index/
CallGraph.h 135 static nodes_iterator nodes_end(const GraphType &CG) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 439 static nodes_iterator nodes_end (MachineFunction *F) { return F->end(); } function in class:llvm::MachineFunction
452 static nodes_iterator nodes_end (const MachineFunction *F) { function in struct:llvm::GraphTraits
ScheduleDAG.h 653 static nodes_iterator nodes_end(ScheduleDAG *G) { function in struct:llvm::GraphTraits
SelectionDAG.h 1062 static nodes_iterator nodes_end(SelectionDAG *G) { function in struct:llvm::GraphTraits
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 230 static nodes_iterator nodes_end(const ModuleManager &Manager) { function in struct:llvm::GraphTraits
  /external/llvm/lib/Analysis/
RegionInfo.cpp 256 return GraphTraits<FlatIt<Region*> >::nodes_end(this);
264 return GraphTraits<FlatIt<const Region*> >::nodes_end(this);
272 return GraphTraits<Region*>::nodes_end(this);
280 return GraphTraits<const Region*>::nodes_end(this);
  /external/llvm/include/llvm/ADT/
Trie.h 297 static inline nodes_iterator nodes_end(const TrieType& G) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/Analysis/
CFG.h 807 static nodes_iterator nodes_end(::clang::CFG* F) { return F->end(); } function in struct:clang::llvm::GraphTraits
821 static nodes_iterator nodes_end( const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
833 static nodes_iterator nodes_end(const ::clang::CFG* F) { return F->end(); } function in struct:clang::llvm::GraphTraits

Completed in 1450 milliseconds