Searched refs:IntrusiveBackList (Results 1 – 1 of 1) sorted by relevance
563 template <class T> class IntrusiveBackList : IntrusiveBackListBase {579 void takeNodes(IntrusiveBackList<T> &Other) { in takeNodes()647 const_iterator(typename IntrusiveBackList<T>::iterator X) : N(X.N) {} in const_iterator()665 return const_cast<IntrusiveBackList *>(this)->begin(); in begin()696 using ListTy = IntrusiveBackList<Node>;820 friend class IntrusiveBackList<DIE>; variable834 IntrusiveBackList<DIE> Children;870 using child_iterator = IntrusiveBackList<DIE>::iterator;871 using const_child_iterator = IntrusiveBackList<DIE>::const_iterator;