reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
405 if (L.empty()) 417 unsigned MinSize = L.front()->size() - SizeFuzz; 418 for (auto I = L.begin(), E = L.end(); I != E; ++I) { 418 for (auto I = L.begin(), E = L.end(); I != E; ++I) { 422 L.erase(I); 428 L.erase(I); 434 Chain *Ch = L.front(); 435 L.erase(L.begin()); 435 L.erase(L.begin());