Searched refs:nodes_end (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtGraphTraits.h48 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
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DDominators.h190 static nodes_iterator nodes_end(::clang::DomTreeNode *N) { function in struct:llvm::GraphTraits
205 static nodes_iterator nodes_end(::clang::DominatorTree *N) { function in struct:llvm::GraphTraits
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DPostDominators.h99 static nodes_iterator nodes_end(PostDominatorTree *N) { function in struct:llvm::GraphTraits
H A DRegionIterator.h299 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
H A DCallGraph.h353 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
H A DDominators.h665 E = TraitsTy::nodes_end(&F); I != E; ++I) {
897 static nodes_iterator nodes_end(DomTreeNode *N) { function in struct:llvm::GraphTraits
912 static nodes_iterator nodes_end(DominatorTree *N) { function in struct:llvm::GraphTraits
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h338 node_iterator nodes_end() { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
342 const_node_iterator nodes_end() const { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
465 static inline nodes_iterator nodes_end(NodeType* N) { function in struct:llvm::GraphTraits
491 static inline nodes_iterator nodes_end(NodeType* N) { function in struct:llvm::GraphTraits
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h715 graph_iterator nodes_end() { return graph_iterator(Blocks.end()); } function in class:clang::CFGBlock::CFG
719 const_graph_iterator nodes_end() const { function in class:clang::CFGBlock::CFG
920 static nodes_iterator nodes_end(::clang::CFG* F) { return F->nodes_end(); } function in struct:clang::llvm::GraphTraits
935 static nodes_iterator nodes_end( const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
936 return F->nodes_end();
950 static nodes_iterator nodes_end( ::clang::CFG* F) { return F->nodes_end(); } function in struct:clang::llvm::GraphTraits
962 static nodes_iterator nodes_end(const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
963 return F->nodes_end();
[all...]
H A DCallGraph.h213 static nodes_iterator nodes_end (clang::CallGraph *CG) { function in struct:llvm::GraphTraits
239 static nodes_iterator nodes_end(const clang::CallGraph *CG) { function in struct:llvm::GraphTraits
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp56 I != G.nodes_end(); ++I) {
H A DUnreachableCodeChecker.cpp66 for (ExplodedGraph::node_iterator I = G.nodes_begin(), E = G.nodes_end();
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFunction.h481 static nodes_iterator nodes_end (MachineFunction *F) { return F->end(); } function in class:llvm::MachineFunction
495 static nodes_iterator nodes_end (const MachineFunction *F) { function in struct:llvm::GraphTraits
H A DScheduleDAG.h685 static nodes_iterator nodes_end(ScheduleDAG *G) { function in struct:llvm::GraphTraits
H A DSelectionDAG.h1102 static nodes_iterator nodes_end(SelectionDAG *G) { function in struct:llvm::GraphTraits
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCFG.h326 static nodes_iterator nodes_end (Function *F) { return F->end(); } function in struct:llvm::GraphTraits
336 static nodes_iterator nodes_end (const Function *F) { return F->end(); } function in struct:llvm::GraphTraits
H A DGraphWriter.h141 for (node_iterator I = GTraits::nodes_begin(G), E = GTraits::nodes_end(G);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp421 static nodes_iterator nodes_end(const ModuleManager &Manager) { function in struct:llvm::GraphTraits
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DRegionInfo.cpp286 return GraphTraits<Region*>::nodes_end(this);
294 return GraphTraits<const Region*>::nodes_end(this);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp391 static ChildIteratorType nodes_end(ArgumentGraph *AG) { function in struct:llvm::GraphTraits
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp604 blockEnd1 = FuncGTraits::nodes_end(funcRep);

Completed in 221 milliseconds