reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
84 ControlFlowStack.push_back(std::make_pair(ControlFlowCounter++, true)); 89 ControlFlowStack.push_back(std::make_pair(ControlFlowCounter++, false)); 94 ControlFlowStack.push_back(std::make_pair(ControlFlowCounter++, false)); 101 if (ControlFlowStack.empty()) { 104 ControlFlowStack.pop_back(); 110 if (ControlFlowStack.empty()) { 114 OS, "label" + utostr(ControlFlowStack.pop_back_val().first) + ':'); 120 if (ControlFlowStack.empty()) { 124 OS, "label" + utostr(ControlFlowStack.pop_back_val().first) + ':'); 171 if (Depth >= ControlFlowStack.size()) { 174 const auto &Pair = ControlFlowStack.rbegin()[Depth];