Home
last modified time | relevance | path

Searched refs:gfc_is_compile_time_shape (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darray.c2773 gfc_is_compile_time_shape (gfc_array_spec *as) in gfc_is_compile_time_shape() function
H A Dgfortran.h3451 bool gfc_is_compile_time_shape (gfc_array_spec *);
H A Dsymbol.c4221 && !gfc_is_compile_time_shape (sym->as)) in gfc_is_var_automatic()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darray.cc2785 gfc_is_compile_time_shape (gfc_array_spec *as) in gfc_is_compile_time_shape() function
H A Dgfortran.h3741 bool gfc_is_compile_time_shape (gfc_array_spec *);
H A DChangeLog-20041569 * array.c (gfc_is_compile_time_shape): New function.
1570 * gfortran.h (gfc_is_compile_time_shape): Add prototype.
H A DChangeLog-2016169 gfc_is_compile_time_shape): Return bool instead of int.
170 * array.c (gfc_is_compile_time_shape): Ditto.
H A Dsymbol.cc4241 && !gfc_is_compile_time_shape (sym->as)) in gfc_is_var_automatic()