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

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-intrinsic.c9430 gfc_expr *from_expr, *to_expr; local
9438 from_expr = code->ext.actual->expr;
9444 gcc_assert (from_expr->ts.type != BT_CLASS
9446 coarray = gfc_get_corank (from_expr) != 0;
9448 if (from_expr->rank == 0 && !coarray)
9450 if (from_expr->ts.type != BT_CLASS)
9451 from_expr2 = from_expr;
9454 from_expr2 = gfc_copy_expr (from_expr);
9500 if (from_expr->ts.type == BT_CLASS)
9502 if (UNLIMITED_POLY (from_expr))
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgimple-ssa-strength-reduction.c3284 introduce_cast_before_cand (slsr_cand_t c, tree to_type, tree from_expr)
3291 cast_stmt = gimple_build_assign (cast_lhs, NOP_EXPR, from_expr);
3275 introduce_cast_before_cand(slsr_cand_t c, tree to_type, tree from_expr) argument

Completed in 111 milliseconds