reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
27 stack.push(i); 32 if (!stack.empty() && name[stack.top()] == '<') { 32 if (!stack.empty() && name[stack.top()] == '<') { 34 stack.pop(); 39 stack.push(i); 43 while (!stack.empty()) { 44 std::size_t top = stack.top(); 48 stack.pop();