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

References

projects/openmp/runtime/src/kmp_error.cpp
  121   char *construct2 = __kmp_pragma(cons->type, cons->ident);
  141   p->stack_data[0].type = ct_none;
  198   p->stack_data[tos].type = ct_parallel;
  234   p->stack_data[tos].type = ct;
  267       if (!IS_CONS_TYPE_ORDERED(p->stack_data[p->w_top].type)) {
  277       stack_type = p->stack_data[index].type;
  347   p->stack_data[tos].type = ct;
  365   if (tos != p->p_top || p->stack_data[tos].type != ct_parallel) {
  371   p->stack_data[tos].type = ct_none;
  389       (p->stack_data[tos].type != ct &&
  391        !(p->stack_data[tos].type == ct_pdo_ordered && ct == ct_pdo))) {
  398   p->stack_data[tos].type = ct_none;
  402   return p->stack_data[p->w_top].type;
  413   if (tos != p->s_top || p->stack_data[tos].type != ct) {
  423   p->stack_data[tos].type = ct_none;