Searched refs:DIMEN_VECTOR (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Ddependency.c877 if (ref->u.ar.dimen_type[n] == DIMEN_VECTOR)
2120 if (lref->u.ar.dimen_type[n] == DIMEN_VECTOR
2121 || rref->u.ar.dimen_type[n] == DIMEN_VECTOR)
2123 if (lref->u.ar.dimen_type[n] == DIMEN_VECTOR
2124 && rref->u.ar.dimen_type[n] == DIMEN_VECTOR
H A Ddata.c702 case DIMEN_VECTOR:
H A Dexpr.c688 if (ref->u.ar.dimen_type[i] == DIMEN_VECTOR)
1388 if (ref->u.ar.dimen_type[d] == DIMEN_VECTOR) /* Vector subscript. */
1517 if (ref->u.ar.dimen_type[d] == DIMEN_VECTOR) /* Vector subscript. */
4510 if (ref->u.ar.dimen_type[i] == DIMEN_VECTOR)
4668 if (ar->dimen_type[i] == DIMEN_VECTOR)
5035 if (ref->u.ar.dimen_type[i] == DIMEN_VECTOR)
H A Darray.c77 DIMEN_VECTOR until we know the type of the element itself at
2182 case DIMEN_VECTOR:
H A Dtrans-array.c2405 if (info->ref->u.ar.dimen_type[dim] != DIMEN_VECTOR
2893 case DIMEN_VECTOR:
3788 if (ar->dimen_type[dim] == DIMEN_VECTOR)
4459 if (lref->u.ar.dimen_type[dim] == DIMEN_VECTOR)
9044 case DIMEN_VECTOR:
H A Dtrans-io.c2354 if (ref->u.ar.dimen_type[n] == DIMEN_VECTOR)
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.c4004 case DIMEN_VECTOR:
4365 ar->dimen_type[i] = DIMEN_VECTOR;
4436 || ar->dimen_type[i] == DIMEN_VECTOR)
4815 || ref->u.ar.dimen_type[i] == DIMEN_VECTOR)
7168 case DIMEN_VECTOR:
9428 if (ref->u.ar.dimen_type[n] == DIMEN_VECTOR
H A Dinterface.c2545 if (ref->u.ar.dimen_type[i] == DIMEN_VECTOR)
H A Dmatch.c5338 || ref->u.ar.dimen_type[i] == DIMEN_VECTOR
H A Dcheck.c971 if (target->ref->u.ar.dimen_type[i] == DIMEN_VECTOR)
H A Dtrans-intrinsic.c1082 case DIMEN_VECTOR:

Completed in 418 milliseconds