HomeSort by relevance Sort by last modified time
    Searched defs:nodes_end (Results 1 - 17 of 17) 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/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 665 E = TraitsTy::nodes_end(&F); I != E; ++I) {
881 static nodes_iterator nodes_end(DomTreeNode *N) { function in struct:llvm::GraphTraits
896 static nodes_iterator nodes_end(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
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/
Dominators.h 191 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/lib/Serialization/
ModuleManager.cpp 231 static nodes_iterator nodes_end(const ModuleManager &Manager) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/Analysis/
CallGraph.h 217 static nodes_iterator nodes_end (clang::CallGraph *CG) { function in struct:llvm::GraphTraits
243 static nodes_iterator nodes_end(const clang::CallGraph *CG) { function in struct:llvm::GraphTraits
CFG.h 679 graph_iterator nodes_end() { return graph_iterator(Blocks.end()); } function in class:clang::CFGBlock::CFG
683 const_graph_iterator nodes_end() const { function in class:clang::CFGBlock::CFG
891 static nodes_iterator nodes_end(::clang::CFG* F) { return F->nodes_end(); } function in struct:clang::llvm::GraphTraits
906 static nodes_iterator nodes_end( const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
907 return F->nodes_end();
921 static nodes_iterator nodes_end( ::clang::CFG* F) { return F->nodes_end(); } function in struct:clang::llvm::GraphTraits
933 static nodes_iterator nodes_end(const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 444 static nodes_iterator nodes_end (MachineFunction *F) { return F->end(); } function in class:llvm::MachineFunction
458 static nodes_iterator nodes_end (const MachineFunction *F) { function in struct:llvm::GraphTraits
SelectionDAG.h 1067 static nodes_iterator nodes_end(SelectionDAG *G) { function in struct:llvm::GraphTraits
    [all...]
ScheduleDAG.h 638 static nodes_iterator nodes_end(ScheduleDAG *G) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/Support/
CFG.h 322 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/
FunctionAttrs.cpp 333 static ChildIteratorType nodes_end(ArgumentGraph *AG) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/ADT/
Trie.h 295 static inline nodes_iterator nodes_end(const TrieType& G) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 331 node_iterator nodes_end() { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
335 const_node_iterator nodes_end() const { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
447 static inline nodes_iterator nodes_end(NodeType* N) { function in struct:llvm::GraphTraits
473 static inline nodes_iterator nodes_end(NodeType* N) { function in struct:llvm::GraphTraits

Completed in 428 milliseconds