Home
last modified time | relevance | path

Searched refs:from_expr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c11822 gfc_expr *from_expr, *to_expr; in conv_intrinsic_move_alloc() local
11830 from_expr = code->ext.actual->expr; in conv_intrinsic_move_alloc()
11836 gcc_assert (from_expr->ts.type != BT_CLASS in conv_intrinsic_move_alloc()
11838 coarray = gfc_get_corank (from_expr) != 0; in conv_intrinsic_move_alloc()
11840 if (from_expr->rank == 0 && !coarray) in conv_intrinsic_move_alloc()
11842 if (from_expr->ts.type != BT_CLASS) in conv_intrinsic_move_alloc()
11843 from_expr2 = from_expr; in conv_intrinsic_move_alloc()
11846 from_expr2 = gfc_copy_expr (from_expr); in conv_intrinsic_move_alloc()
11892 if (from_expr->ts.type == BT_CLASS) in conv_intrinsic_move_alloc()
11894 if (UNLIMITED_POLY (from_expr)) in conv_intrinsic_move_alloc()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc12354 gfc_expr *from_expr, *to_expr; in conv_intrinsic_move_alloc() local
12362 from_expr = code->ext.actual->expr; in conv_intrinsic_move_alloc()
12368 gcc_assert (from_expr->ts.type != BT_CLASS in conv_intrinsic_move_alloc()
12370 coarray = gfc_get_corank (from_expr) != 0; in conv_intrinsic_move_alloc()
12372 if (from_expr->rank == 0 && !coarray) in conv_intrinsic_move_alloc()
12374 if (from_expr->ts.type != BT_CLASS) in conv_intrinsic_move_alloc()
12375 from_expr2 = from_expr; in conv_intrinsic_move_alloc()
12378 from_expr2 = gfc_copy_expr (from_expr); in conv_intrinsic_move_alloc()
12424 if (from_expr->ts.type == BT_CLASS) in conv_intrinsic_move_alloc()
12426 if (UNLIMITED_POLY (from_expr)) in conv_intrinsic_move_alloc()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-strength-reduction.c3614 introduce_cast_before_cand (slsr_cand_t c, tree to_type, tree from_expr) in introduce_cast_before_cand() argument
3621 cast_stmt = gimple_build_assign (cast_lhs, NOP_EXPR, from_expr); in introduce_cast_before_cand()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-strength-reduction.cc3613 introduce_cast_before_cand (slsr_cand_t c, tree to_type, tree from_expr) in introduce_cast_before_cand() argument
3620 cast_stmt = gimple_build_assign (cast_lhs, NOP_EXPR, from_expr); in introduce_cast_before_cand()