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

References

include/llvm/ADT/PostOrderIterator.h
  197 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) {
  198   return po_ext_iterator<T, SetType>::begin(G, S);
  202 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) {
  203   return po_ext_iterator<T, SetType>::end(G, S);
  207 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) {