Searched refs:size_set (Results 1 – 2 of 2) sorted by relevance
5144 bool size_set; in gfc_conv_subref_array_arg() local5154 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()
5235 bool size_set; in gfc_conv_subref_array_arg() local5245 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()