Home
last modified time | relevance | path

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 Darray.c401 gfc_resolve_array_spec (gfc_array_spec *as, int check_constant) in gfc_resolve_array_spec() function
H A Dgfortran.h3431 bool gfc_resolve_array_spec (gfc_array_spec *, int);
H A Dresolve.c341 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 Dsimplify.c4013 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 Darray.cc408 gfc_resolve_array_spec (gfc_array_spec *as, int check_constant) in gfc_resolve_array_spec() function
H A Dgfortran.h3721 bool gfc_resolve_array_spec (gfc_array_spec *, int);
H A Dresolve.cc341 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 Dsimplify.cc4046 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 DChangeLog-20201937 gfc_resolve_array_spec use is_non_constants_shape_array
H A DChangeLog-20102481 * resolve.c (resolve_fl_derived): Call gfc_resolve_array_spec.
4832 * array.c (gfc_free_array_spec,gfc_resolve_array_spec,
H A DChangeLog-20151891 * array.c (gfc_resolve_array_spec): Resolve array spec
H A DChangeLog-2019603 * array.c (gfc_resolve_array_spec): Break the loop
H A DChangeLog-20083725 (gfc_resolve_array_spec): Add check for negative size.