Home
last modified time | relevance | path

Searched refs:gfc_resolve_index (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h3407 bool gfc_resolve_index (gfc_expr *, int);
H A Diresolve.c2649 gfc_resolve_index (ncopies, 1); in gfc_resolve_spread()
H A Dresolve.c4845 gfc_resolve_index (gfc_expr *index, int check_scalar) in gfc_resolve_index() function
4972 if (!gfc_resolve_index (ar->end[i], check_scalar)) in resolve_array_ref()
4974 if (!gfc_resolve_index (ar->stride[i], check_scalar)) in resolve_array_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h3698 bool gfc_resolve_index (gfc_expr *, int);
H A Diresolve.cc2680 gfc_resolve_index (ncopies, 1); in gfc_resolve_spread()
H A DChangeLog-20062712 * resolve.c (gfc_resolve_index): Make REAL array indices a
4250 * resolve.c (gfc_resolve_index): Make sure typespec is
H A Dresolve.cc4931 gfc_resolve_index (gfc_expr *index, int check_scalar) in gfc_resolve_index() function
5058 if (!gfc_resolve_index (ar->end[i], check_scalar)) in resolve_array_ref()
5060 if (!gfc_resolve_index (ar->stride[i], check_scalar)) in resolve_array_ref()
H A DChangeLog-20053132 * resolve.c (gfc_resolve_index): Allow REAL indices as an extension.
H A DChangeLog-20082638 * resolve.c (gfc_resolve_index): Likewise.
H A DChangeLog-20104285 * resolve.c (gfc_resolve_index): Wrap around ...