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

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-expr.c4153 tree tmp_index; local
4299 tmp_index = gfc_index_zero_node;
4307 tmp, tmp_index);
4316 tmp_index = fold_build2_loc (input_location, MULT_EXPR,
4320 tmp_index = fold_build2_loc (input_location, MINUS_EXPR,
4322 tmp_index, rse.loop->from[0]);
4323 gfc_add_modify (&rse.loop->code[0], offset, tmp_index);
4325 tmp_index = fold_build2_loc (input_location, PLUS_EXPR,
4332 rse.expr = gfc_build_array_ref (tmp, tmp_index, NULL);

Completed in 109 milliseconds