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

References

projects/openmp/runtime/src/kmp_error.cpp
  360   tos = p->stack_top;
  362   if (tos == 0 || p->p_top == 0) {
  365   if (tos != p->p_top || p->stack_data[tos].type != ct_parallel) {
  365   if (tos != p->p_top || p->stack_data[tos].type != ct_parallel) {
  367                            &p->stack_data[tos]);
  370   p->p_top = p->stack_data[tos].prev;
  371   p->stack_data[tos].type = ct_none;
  372   p->stack_data[tos].ident = NULL;
  373   p->stack_top = tos - 1;