Home
last modified time | relevance | path

Searched refs:lastcomp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/games/warp/
H A Dintrp.c276 bool lastcomp = false; in dointerp() local
286 lastcomp = false; in dointerp()
293 lastcomp = true; in dointerp()
420 if (upper || lastcomp) { in dointerp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c2679 gfc_ref *lastcomp; variable
2683 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_CLASS
2696 && lastcomp->u.c.component->ts.type != BT_DERIVED)
2709 ref && ref != lastcomp->next;
2726 if (lastcomp->u.c.component->ts.type == BT_DERIVED
2727 || lastcomp->u.c.component->ts.type == BT_CLASS)
[all …]