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

/netbsd-current/games/warp/
H A Dintrp.c276 bool lastcomp = false; local
286 lastcomp = false;
293 lastcomp = true;
420 if (upper || lastcomp) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c2679 gfc_ref *lastcomp; local
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
[all...]

Completed in 243 milliseconds