Home
last modified time | relevance | path

Searched refs:IntrusiveBackList (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DDIE.h459 template <class T> class IntrusiveBackList : IntrusiveBackListBase {
496 const_iterator(typename IntrusiveBackList<T>::iterator X) : N(X.N) {} in const_iterator()
515 return const_cast<IntrusiveBackList *>(this)->begin(); in begin()
545 typedef IntrusiveBackList<Node> ListTy;
611 friend class IntrusiveBackList<DIE>; variable
628 IntrusiveBackList<DIE> Children;
647 typedef IntrusiveBackList<DIE>::iterator child_iterator;
648 typedef IntrusiveBackList<DIE>::const_iterator const_child_iterator;