Searched refs:lastcomp (Results 1 – 2 of 2) sorted by relevance
276 bool lastcomp = false; in dointerp() local286 lastcomp = false; in dointerp()293 lastcomp = true; in dointerp()420 if (upper || lastcomp) { in dointerp()
2679 gfc_ref *lastcomp; variable2683 lastcomp = ref;2687 if (lastcomp->u.c.component->ts.type == BT_CLASS)2688 sym_attr = CLASS_DATA (lastcomp->u.c.component)->attr;2690 sym_attr = lastcomp->u.c.component->attr;2695 && lastcomp->u.c.component->ts.type != BT_CLASS2696 && lastcomp->u.c.component->ts.type != BT_DERIVED)2709 ref && ref != lastcomp->next;2726 if (lastcomp->u.c.component->ts.type == BT_DERIVED2727 || lastcomp->u.c.component->ts.type == BT_CLASS)[all …]