Searched refs:IntrusiveBackList (Results 1 – 2 of 2) sorted by relevance
440 template <class T> class IntrusiveBackList : IntrusiveBackListBase {477 const_iterator(typename IntrusiveBackList<T>::iterator X) : N(X.N) {} in const_iterator()496 return const_cast<IntrusiveBackList *>(this)->begin(); in begin()526 typedef IntrusiveBackList<Node> ListTy;592 friend class IntrusiveBackList<DIE>; variable609 IntrusiveBackList<DIE> Children;628 typedef IntrusiveBackList<DIE>::iterator child_iterator;629 typedef IntrusiveBackList<DIE>::const_iterator const_child_iterator;
507 template <class T> class IntrusiveBackList : IntrusiveBackListBase {546 const_iterator(typename IntrusiveBackList<T>::iterator X) : N(X.N) {} in const_iterator()565 return const_cast<IntrusiveBackList *>(this)->begin(); in begin()596 using ListTy = IntrusiveBackList<Node>;663 friend class IntrusiveBackList<DIE>; variable677 IntrusiveBackList<DIE> Children;705 using child_iterator = IntrusiveBackList<DIE>::iterator;706 using const_child_iterator = IntrusiveBackList<DIE>::const_iterator;