Searched refs:gfc_set_array_spec (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | array.c | 831 gfc_set_array_spec (gfc_symbol *sym, gfc_array_spec *as, locus *error_loc) in gfc_set_array_spec() function
|
H A D | decl.c | 1701 if (!gfc_set_array_spec (sym, *as, var_locus)) in build_sym() 2803 if (!gfc_set_array_spec (sym, cp_as, &var_locus)) in variable_decl() 8685 if (!gfc_set_array_spec (sym, as, &var_locus)) in attr_decl1() 8864 if (!gfc_set_array_spec (cpte, as, &var_locus)) in cray_pointer_decl()
|
H A D | gfortran.h | 3429 bool gfc_set_array_spec (gfc_symbol *, gfc_array_spec *, locus *);
|
H A D | resolve.c | 829 gfc_set_array_spec (proc, gfc_copy_array_spec (sym->as), NULL); in resolve_entries()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | array.cc | 838 gfc_set_array_spec (gfc_symbol *sym, gfc_array_spec *as, locus *error_loc) in gfc_set_array_spec() function
|
H A D | decl.cc | 1780 if (!gfc_set_array_spec (sym, *as, var_locus)) in build_sym() 2901 if (!gfc_set_array_spec (sym, cp_as, &var_locus)) in variable_decl() 8755 if (!gfc_set_array_spec (sym, as, &var_locus)) in attr_decl1() 8952 if (!gfc_set_array_spec (cpte, as, &var_locus)) in cray_pointer_decl()
|
H A D | ChangeLog-2020 | 1780 * array.c (gfc_set_array_spec): Check for sum of rank and corank 2321 * array.c (gfc_set_array_spec): Fix shifting of codimensions
|
H A D | gfortran.h | 3719 bool gfc_set_array_spec (gfc_symbol *, gfc_array_spec *, locus *);
|
H A D | ChangeLog-2019 | 179 * array.c (gfc_set_array_spec): Remove invalid assert() triggered 615 * array.c (gfc_set_array_spec): ... to here.
|
H A D | ChangeLog-2010 | 4823 * array.c (gfc_match_array_spec,gfc_set_array_spec): Use it 4835 (match_array_element_spec,gfc_set_array_spec): Support codimension.
|
H A D | ChangeLog-2012 | 1270 * array.c (gfc_set_array_spec): Reject coarrays with
|
H A D | ChangeLog-2011 | 3004 * array.c (gfc_free_array_spec, gfc_set_array_spec): s/gfc_free/free/
|
H A D | ChangeLog-2005 | 3411 * array.c (gfc_set_array_spec), decl.c (var_element, get_proc_name,
|
H A D | resolve.cc | 838 gfc_set_array_spec (proc, gfc_copy_array_spec (sym->as), NULL); in resolve_entries()
|