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

References

projects/openmp/runtime/src/kmp_error.cpp
  253   if (p->stack_top >= p->stack_size)
  253   if (p->stack_top >= p->stack_size)
  254     __kmp_expand_cons_stack(gtid, p);
  257     if (p->w_top <= p->p_top) {
  257     if (p->w_top <= p->p_top) {
  267       if (!IS_CONS_TYPE_ORDERED(p->stack_data[p->w_top].type)) {
  267       if (!IS_CONS_TYPE_ORDERED(p->stack_data[p->w_top].type)) {
  269                                &p->stack_data[p->w_top]);
  269                                &p->stack_data[p->w_top]);
  272     if (p->s_top > p->p_top && p->s_top > p->w_top) {
  272     if (p->s_top > p->p_top && p->s_top > p->w_top) {
  272     if (p->s_top > p->p_top && p->s_top > p->w_top) {
  272     if (p->s_top > p->p_top && p->s_top > p->w_top) {
  274       int index = p->s_top;
  277       stack_type = p->stack_data[index].type;
  283            p->stack_data[index].ident != NULL &&
  284            (p->stack_data[index].ident->flags & KMP_IDENT_KMPC))) {
  287                                &p->stack_data[index]);
  300       int index = p->s_top;
  303       while (index != 0 && p->stack_data[index].name != lck) {
  304         index = p->stack_data[index].prev;
  309         cons = p->stack_data[index];
  315     if (p->w_top > p->p_top) {
  315     if (p->w_top > p->p_top) {
  318                              &p->stack_data[p->w_top]);
  318                              &p->stack_data[p->w_top]);
  320     if (ct == ct_reduce && p->s_top > p->p_top) {
  320     if (ct == ct_reduce && p->s_top > p->p_top) {
  323                              &p->stack_data[p->s_top]);
  323                              &p->stack_data[p->s_top]);