Searched defs:child_end (Results 1 - 25 of 35) sorted by relevance

12

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DStmtGraphTraits.h35 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::GraphTraits
61 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DInterval.h124 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } function in struct:llvm::GraphTraits
133 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); } function in struct:llvm::GraphTraits
H A DCallGraph.h442 static ChildIteratorType child_end(NodeRef N) { function in struct:GraphTraits
463 static ChildIteratorType child_end(NodeRef N) { function in struct:GraphTraits
H A DLoopIterator.h84 static ChildIteratorType child_end(NodeRef Node) { function in struct:llvm::LoopBodyTraits
H A DDDG.h503 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::DDGEdge::GraphTraits
543 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::DDGEdge::GraphTraits
H A DLazyCallGraph.h1245 static ChildIteratorType child_end(NodeRef N) { return (*N)->end(); } function in struct:llvm::LazyCallGraph::GraphTraits
1253 static ChildIteratorType child_end(NodeRef N) { return (*N)->end(); } function in struct:llvm::LazyCallGraph::GraphTraits
H A DLoopInfo.h1255 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::GraphTraits
1264 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DComment.cpp96 Comment::child_iterator Comment::child_end() const { function in class:clang::comments::Comment
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DDominators.h246 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::DomTreeGraphTraitsBase
H A DCFG.h306 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } function in struct:llvm::GraphTraits
316 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } function in struct:llvm::GraphTraits
330 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); } function in struct:llvm::GraphTraits
339 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); } function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h190 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::GraphTraits
199 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::GraphTraits
H A DMachineDominators.h266 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::MachineDomTreeGraphTraitsBase
H A DScheduleDAG.h674 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::SUnit::GraphTraits
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h162 const_child_iterator child_end() const { function in class:llvm::GenericCycle
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h139 static inline ChildIteratorType child_end(NodeRef N) { function in struct:llvm::GraphTraits
158 static inline ChildIteratorType child_end(NodeRef N) { function in struct:llvm::GraphTraits
185 static inline ChildIteratorType child_end(NodeRef N) { function in struct:llvm::GraphTraits
204 static inline ChildIteratorType child_end(NodeRef N) { function in struct:llvm::GraphTraits
250 static inline ChildIteratorType child_end(NodeRef N) { function in struct:llvm::GraphTraits
265 static inline ChildIteratorType child_end(NodeRef N) { function in struct:llvm::GraphTraits
285 static inline ChildIteratorType child_end(NodeRef N) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/
H A DCallGraph.h250 static ChildIteratorType child_end(NodeType *N) { return N->end(); } function in struct:llvm::GraphTraits
260 static ChildIteratorType child_end(NodeType *N) { return N->end(); } function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DDominators.h286 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h192 static ChildIteratorType child_end(NodeRef N) { return N->Edges.end(); } function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp113 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } function in struct:llvm::GraphTraits
H A DBlockFrequencyInfoImpl.cpp703 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp103 static ChildIteratorType child_end(const NodeRef N) { return N->succ_end(); } function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp484 static ChildIteratorType child_end(NodeRef Node) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h528 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DImmutableGraph.h418 static ChildIteratorType child_end(NodeRef N) { function
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DArchive.cpp959 Archive::child_iterator Archive::child_end() const { function in class:Archive

Completed in 271 milliseconds

12