Searched refs:DIMEN_STAR (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Darray.c143 ar->dimen_type[i] = DIMEN_STAR;
256 else if (ar->dimen_type[ar->codimen + ar->dimen] == DIMEN_STAR)
H A Dgfortran.h1760 DIMEN_ELEMENT = 1, DIMEN_RANGE, DIMEN_VECTOR, DIMEN_STAR, DIMEN_THIS_IMAGE, DIMEN_UNKNOWN enumerator in enum:gfc_array_ref_dimen_type
H A Dresolve.c3988 if (ar->dimen_type[i] == DIMEN_STAR)
4008 case DIMEN_STAR:
6824 /* Mark the utmost array component as being in allocate to allow DIMEN_STAR
7169 case DIMEN_STAR:
7212 if (ar->dimen_type[i] == DIMEN_STAR && i == (ar->dimen + ar->codimen - 1)

Completed in 184 milliseconds