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

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-expr.c8316 tree zero_cond; local
8336 zero_cond = fold_build2_loc (input_location, EQ_EXPR,
8339 zero_cond = gfc_evaluate_now (zero_cond, &se->post);
8364 zero_cond = fold_build2_loc (input_location, TRUTH_OR_EXPR,
8366 zero_cond);
8369 /* 'zero_cond' being true is equal to lhs not being allocated or the
8371 zero_cond = gfc_evaluate_now (zero_cond, &se->post);
8383 gfc_array_index_type, zero_cond,
[all...]

Completed in 99 milliseconds