HomeSort by relevance Sort by last modified time
    Searched refs:IntrusiveBackList (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
DIE.h 440 template <class T> class IntrusiveBackList : IntrusiveBackListBase {
477 const_iterator(typename IntrusiveBackList<T>::iterator X) : N(X.N) {}
496 return const_cast<IntrusiveBackList *>(this)->begin();
526 typedef IntrusiveBackList<Node> ListTy;
592 friend class IntrusiveBackList<DIE>;
609 IntrusiveBackList<DIE> Children;
628 typedef IntrusiveBackList<DIE>::iterator child_iterator;
629 typedef IntrusiveBackList<DIE>::const_iterator const_child_iterator;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DIE.h 507 template <class T> class IntrusiveBackList : IntrusiveBackListBase {
546 const_iterator(typename IntrusiveBackList<T>::iterator X) : N(X.N) {}
565 return const_cast<IntrusiveBackList *>(this)->begin();
596 using ListTy = IntrusiveBackList<Node>;
663 friend class IntrusiveBackList<DIE>;
677 IntrusiveBackList<DIE> Children;
705 using child_iterator = IntrusiveBackList<DIE>::iterator;
706 using const_child_iterator = IntrusiveBackList<DIE>::const_iterator;

Completed in 206 milliseconds