reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/DepthFirstIterator.h
  130       while (*Opt != GT::child_end(Node)) {
include/llvm/ADT/GraphTraits.h
  123                     GraphTraits<GraphType>::child_end(G));
include/llvm/ADT/PostOrderIterator.h
  127     while (VisitStack.back().second != GT::child_end(VisitStack.back().first)) {
lib/Target/Hexagon/HexagonEarlyIfConv.cpp
  613   DTNodeVectType Cn(GTN::child_begin(N), GTN::child_end(N));
  965     DTNodeVectType Cn(GTN::child_begin(N), GTN::child_end(N));