Home
last modified time | relevance | path

Searched refs:size_set (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c5144 bool size_set; in gfc_conv_subref_array_arg() local
5154 size_set = gfc_array_size (expr, &size); in gfc_conv_subref_array_arg()
5155 if (size_set && mpz_cmp_ui (size, 1) == 0) in gfc_conv_subref_array_arg()
5170 if (size_set) in gfc_conv_subref_array_arg()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc5235 bool size_set; in gfc_conv_subref_array_arg() local
5245 size_set = gfc_array_size (expr, &size); in gfc_conv_subref_array_arg()
5246 if (size_set && mpz_cmp_ui (size, 1) == 0) in gfc_conv_subref_array_arg()
5261 if (size_set) in gfc_conv_subref_array_arg()