Searched refs:gfc_resolve_index (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | gfortran.h | 3407 bool gfc_resolve_index (gfc_expr *, int);
|
H A D | iresolve.c | 2649 gfc_resolve_index (ncopies, 1); in gfc_resolve_spread()
|
H A D | resolve.c | 4845 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 D | gfortran.h | 3698 bool gfc_resolve_index (gfc_expr *, int);
|
H A D | iresolve.cc | 2680 gfc_resolve_index (ncopies, 1); in gfc_resolve_spread()
|
H A D | ChangeLog-2006 | 2712 * resolve.c (gfc_resolve_index): Make REAL array indices a 4250 * resolve.c (gfc_resolve_index): Make sure typespec is
|
H A D | resolve.cc | 4931 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 D | ChangeLog-2005 | 3132 * resolve.c (gfc_resolve_index): Allow REAL indices as an extension.
|
H A D | ChangeLog-2008 | 2638 * resolve.c (gfc_resolve_index): Likewise.
|
H A D | ChangeLog-2010 | 4285 * resolve.c (gfc_resolve_index): Wrap around ...
|