reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
229 while (!Stack.empty() && Root.lookup(Stack.back()) >= OurDFS) { 229 while (!Stack.empty() && Root.lookup(Stack.back()) >= OurDFS) { 230 auto *Member = Stack.back(); 235 Stack.pop_back(); 239 Stack.push_back(I);