Lines Matching refs:to_expr

11822   gfc_expr *from_expr, *to_expr;  in conv_intrinsic_move_alloc()  local
11831 to_expr = code->ext.actual->next->expr; in conv_intrinsic_move_alloc()
11837 || to_expr->ts.type == BT_CLASS); in conv_intrinsic_move_alloc()
11850 if (to_expr->ts.type != BT_CLASS) in conv_intrinsic_move_alloc()
11851 to_expr2 = to_expr; in conv_intrinsic_move_alloc()
11854 to_expr2 = gfc_copy_expr (to_expr); in conv_intrinsic_move_alloc()
11867 true, to_expr, to_expr->ts); in conv_intrinsic_move_alloc()
11882 if (to_expr->ts.type == BT_CLASS) in conv_intrinsic_move_alloc()
11889 gfc_add_vptr_component (to_expr); in conv_intrinsic_move_alloc()
11890 gfc_conv_expr (&to_se, to_expr); in conv_intrinsic_move_alloc()
11934 if (to_expr->ts.type == BT_CHARACTER && to_expr->ts.deferred) in conv_intrinsic_move_alloc()
11948 if (to_expr->ts.type == BT_CLASS) in conv_intrinsic_move_alloc()
11953 to_expr2 = gfc_copy_expr (to_expr); in conv_intrinsic_move_alloc()
12014 gfc_conv_expr_descriptor (&to_se, to_expr); in conv_intrinsic_move_alloc()
12024 NULL_TREE, NULL_TREE, true, to_expr, in conv_intrinsic_move_alloc()
12043 if (to_expr->ts.type == BT_DERIVED in conv_intrinsic_move_alloc()
12044 && to_expr->ts.u.derived->attr.alloc_comp) in conv_intrinsic_move_alloc()
12046 tmp = gfc_deallocate_alloc_comp (to_expr->ts.u.derived, in conv_intrinsic_move_alloc()
12047 to_se.expr, to_expr->rank); in conv_intrinsic_move_alloc()
12053 NULL_TREE, true, to_expr, in conv_intrinsic_move_alloc()
12067 if (to_expr->ts.type == BT_CHARACTER && to_expr->ts.deferred) in conv_intrinsic_move_alloc()