Searched refs:gfc_resolve_array_spec (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | array.c | 401 gfc_resolve_array_spec (gfc_array_spec *as, int check_constant) in gfc_resolve_array_spec() function
|
H A D | gfortran.h | 3431 bool gfc_resolve_array_spec (gfc_array_spec *, int);
|
H A D | resolve.c | 341 gfc_resolve_array_spec (as, 0); in gfc_resolve_formal_arglist() 14755 if (!gfc_resolve_array_spec (c->as, in resolve_component() 15441 gfc_resolve_array_spec (sym->result->as, false); in resolve_symbol() 16011 gfc_resolve_array_spec (sym->as, check_constant); in resolve_symbol()
|
H A D | simplify.c | 4013 if (!gfc_resolve_array_spec (as, 0)) in simplify_bound_dim() 7392 && !gfc_resolve_array_spec (ref->u.ar.as, 0)) in simplify_size()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | array.cc | 408 gfc_resolve_array_spec (gfc_array_spec *as, int check_constant) in gfc_resolve_array_spec() function
|
H A D | gfortran.h | 3721 bool gfc_resolve_array_spec (gfc_array_spec *, int);
|
H A D | resolve.cc | 341 gfc_resolve_array_spec (as, 0); in gfc_resolve_formal_arglist() 14972 if (!gfc_resolve_array_spec (c->as, in resolve_component() 15664 gfc_resolve_array_spec (sym->result->as, false); in resolve_symbol() 16235 gfc_resolve_array_spec (sym->as, check_constant); in resolve_symbol()
|
H A D | simplify.cc | 4046 if (!gfc_resolve_array_spec (as, 0)) in simplify_bound_dim() 7535 && !gfc_resolve_array_spec (ref->u.ar.as, 0)) in simplify_size()
|
H A D | ChangeLog-2020 | 1937 gfc_resolve_array_spec use is_non_constants_shape_array
|
H A D | ChangeLog-2010 | 2481 * resolve.c (resolve_fl_derived): Call gfc_resolve_array_spec. 4832 * array.c (gfc_free_array_spec,gfc_resolve_array_spec,
|
H A D | ChangeLog-2015 | 1891 * array.c (gfc_resolve_array_spec): Resolve array spec
|
H A D | ChangeLog-2019 | 603 * array.c (gfc_resolve_array_spec): Break the loop
|
H A D | ChangeLog-2008 | 3725 (gfc_resolve_array_spec): Add check for negative size.
|