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

References

projects/openmp/runtime/src/kmp_error.cpp
  408   tos = p->stack_top;
  410   if (tos == 0 || p->s_top == 0) {
  413   if (tos != p->s_top || p->stack_data[tos].type != ct) {
  413   if (tos != p->s_top || p->stack_data[tos].type != ct) {
  416                            &p->stack_data[tos]);
  422   p->s_top = p->stack_data[tos].prev;
  422   p->s_top = p->stack_data[tos].prev;
  423   p->stack_data[tos].type = ct_none;
  424   p->stack_data[tos].ident = NULL;
  425   p->stack_top = tos - 1;