Searched refs:resbound (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-intrinsic.c2052 tree bound, resbound, resbound2, desc, cond, tmp; local
2135 resbound = gfc_conv_descriptor_lbound_get (desc, bound);
2163 resbound = fold_build2_loc (input_location, PLUS_EXPR,
2164 gfc_array_index_type, resbound, tmp);
2176 resbound = fold_build2_loc (input_location, PLUS_EXPR,
2177 gfc_array_index_type, resbound, tmp);
2190 resbound, resbound2);
2193 se->expr = resbound;
2196 se->expr = resbound;

Completed in 101 milliseconds