reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
876 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } 885 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } 903 static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); }include/llvm/CodeGen/MachineDominators.h
265 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
include/llvm/IR/CFG.h304 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } 314 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } 328 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }include/llvm/IR/CFGDiff.h
196 static ChildIteratorType child_end(NodeRef N) { 250 static ChildIteratorType child_end(NodeRef N) {include/llvm/IR/Dominators.h
198 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
lib/Transforms/Vectorize/VPlan.h1349 static inline ChildIteratorType child_end(NodeRef N) { 1364 static inline ChildIteratorType child_end(NodeRef N) { 1381 static inline ChildIteratorType child_end(NodeRef N) {tools/clang/include/clang/Analysis/CFG.h
1476 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } 1503 static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); }