Lines Matching defs:to_expr
12336 gfc_expr *from_expr, *to_expr;
12345 to_expr = code->ext.actual->next->expr;
12351 || to_expr->ts.type == BT_CLASS);
12364 if (to_expr->ts.type != BT_CLASS)
12365 to_expr2 = to_expr;
12368 to_expr2 = gfc_copy_expr (to_expr);
12381 true, to_expr, to_expr->ts);
12396 if (to_expr->ts.type == BT_CLASS)
12403 gfc_add_vptr_component (to_expr);
12404 gfc_conv_expr (&to_se, to_expr);
12448 if (to_expr->ts.type == BT_CHARACTER && to_expr->ts.deferred)
12462 if (to_expr->ts.type == BT_CLASS)
12467 to_expr2 = gfc_copy_expr (to_expr);
12528 gfc_conv_expr_descriptor (&to_se, to_expr);
12538 NULL_TREE, NULL_TREE, true, to_expr,
12557 if (to_expr->ts.type == BT_DERIVED
12558 && to_expr->ts.u.derived->attr.alloc_comp)
12560 tmp = gfc_deallocate_alloc_comp (to_expr->ts.u.derived,
12561 to_se.expr, to_expr->rank);
12567 NULL_TREE, true, to_expr,
12581 if (to_expr->ts.type == BT_CHARACTER && to_expr->ts.deferred)