reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
54 for (;; Other = Other->getNext()) { 54 for (;; Other = Other->getNext()) { 55 assert(Other && "Other didn't come before 'this'?"); 56 if (this == Other) return true; 59 if (!canMoveBeforeNode(Other))