Lines Matching refs:t_expr
1016 tree t_expr = expr->as_tree (); in build_cast() local
1019 t_ret = targetm.convert_to_type (t_dst_type, t_expr); in build_cast()
1027 t_ret = convert_to_integer (t_dst_type, t_expr); in build_cast()
1035 t_expr, in build_cast()
1036 build_int_cst (TREE_TYPE (t_expr), 0)); in build_cast()
1040 t_ret = convert_to_real (t_dst_type, t_expr); in build_cast()
1044 t_ret = build1 (NOP_EXPR, t_dst_type, t_expr); in build_cast()
1050 debug_tree (t_expr); in build_cast()
1780 tree t_expr = expr->as_tree (); in add_switch() local
1781 tree t_type = TREE_TYPE (t_expr); in add_switch()
1796 tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr, t_switch_body); in add_switch()