Lines Matching defs:t_expr
1525 tree t_expr = expr->as_tree ();
1526 t_expr = fold_const_var (t_expr);
1530 t_ret = targetm.convert_to_type (t_dst_type, t_expr);
1538 t_ret = convert_to_integer (t_dst_type, t_expr);
1544 /* For now, convert to: (t_expr != 0) */
1546 t_expr,
1547 build_int_cst (TREE_TYPE (t_expr), 0));
1551 t_ret = convert_to_real (t_dst_type, t_expr);
1555 t_ret = build1 (NOP_EXPR, t_dst_type, t_expr);
1561 debug_tree (t_expr);
1600 tree t_expr = expr->as_tree ();
1608 debug_tree (t_expr);
1613 tree t_bitcast = build1 (VIEW_CONVERT_EXPR, t_dst_type, t_expr);
2334 tree t_expr = expr->as_tree ();
2335 tree t_type = TREE_TYPE (t_expr);
2350 tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr, t_switch_body);