reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_error.cpp
  382   tos = p->stack_top;
  384   if (tos == 0 || p->w_top == 0) {
  388   if (tos != p->w_top ||
  389       (p->stack_data[tos].type != ct &&
  391        !(p->stack_data[tos].type == ct_pdo_ordered && ct == ct_pdo))) {
  394                            &p->stack_data[tos]);
  397   p->w_top = p->stack_data[tos].prev;
  398   p->stack_data[tos].type = ct_none;
  399   p->stack_data[tos].ident = NULL;
  400   p->stack_top = tos - 1;