| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | init.c | 353 init = build2 (INIT_EXPR, type, decl, TREE_VALUE (init)); in perform_member_init() 399 finish_expr_stmt (build_modify_expr (decl, INIT_EXPR, init)); in perform_member_init() 1194 TREE_OPERAND (init, 0) = build2 (INIT_EXPR, TREE_TYPE (exp), exp, in expand_default_init() 1199 init = build2 (INIT_EXPR, TREE_TYPE (exp), exp, init); in expand_default_init() 1944 init_expr = build_modify_expr (init_expr, INIT_EXPR, init); in build_new_1() 2365 finish_expr_stmt (build_modify_expr (decl, INIT_EXPR, init)); in get_temp_regvar() 2442 stmt_expr = build2 (INIT_EXPR, atype, base, init); in build_vec_init() 2606 (to, INIT_EXPR, in build_vec_init()
|
| H A D | typeck.c | 4520 || TREE_CODE (arg) == INIT_EXPR) in unary_complex_lvalue() 5648 if (modifycode == INIT_EXPR) in build_modify_expr() 5655 result = build2 (INIT_EXPR, lhstype, lhs, rhs); in build_modify_expr() 5722 if (modifycode != INIT_EXPR in build_modify_expr() 5783 if (modifycode == INIT_EXPR) in build_modify_expr() 5791 ? 1 + (modifycode != INIT_EXPR): 0; in build_modify_expr() 5797 if (modifycode == INIT_EXPR) in build_modify_expr() 5837 result = build2 (modifycode == NOP_EXPR ? MODIFY_EXPR : INIT_EXPR, in build_modify_expr() 6660 retval = build2 (INIT_EXPR, TREE_TYPE (result), result, retval); in check_return_expr()
|
| H A D | typeck2.c | 514 code = build2 (INIT_EXPR, inner_type, sub, value); in split_nonconstant_init_1() 561 code = build2 (INIT_EXPR, TREE_TYPE (dest), dest, init); in split_nonconstant_init()
|
| H A D | lex.c | 135 operator_name_info [(int) INIT_EXPR].name in init_operators()
|
| H A D | ChangeLog.tree-ssa | 461 * cp-simplify.c (cp_simplify_expr): Handle PTRMEM_CST, INIT_EXPR, 500 (cp_simplify_expr): Move INIT_EXPR/TARGET_EXPR code
|
| H A D | cxx-pretty-print.c | 840 case INIT_EXPR: in pp_cxx_assignment_expression() 957 case INIT_EXPR: in pp_cxx_expression()
|
| H A D | except.c | 725 exp = build2 (INIT_EXPR, temp_type, object, in build_throw()
|
| H A D | tree.c | 2337 if (TREE_CODE (t) == INIT_EXPR in stabilize_init() 2344 if (TREE_CODE (t) == INIT_EXPR) in stabilize_init()
|
| H A D | cp-gimplify.c | 489 case INIT_EXPR: in cp_gimplify_expr()
|
| H A D | method.c | 547 tree t = build2 (INIT_EXPR, void_type_node, current_class_ref, parm); in do_build_copy_constructor()
|
| H A D | cvt.c | 976 || code == INIT_EXPR in convert_to_void()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20000914-1.c | 51 INIT_EXPR, enumerator
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | init.c | 360 init = build (INIT_EXPR, type, decl, TREE_VALUE (init)); in perform_member_init() 413 finish_expr_stmt (build_modify_expr (decl, INIT_EXPR, init)); in perform_member_init() 1163 expr = build (INIT_EXPR, TREE_TYPE (decl), decl, init); 1215 TREE_OPERAND (init, 0) = build (INIT_EXPR, TREE_TYPE (exp), exp, 1218 init = build (INIT_EXPR, TREE_TYPE (exp), exp, init); 2411 init_expr = build_modify_expr (init_expr, INIT_EXPR, init); 2709 finish_expr_stmt (build_modify_expr (decl, INIT_EXPR, init)); 2774 stmt_expr = build (INIT_EXPR, atype, base, init);
|
| H A D | typeck2.c | 397 code = build (INIT_EXPR, TREE_TYPE (dest), dest, init); in split_nonconstant_init() 490 return build (INIT_EXPR, type, decl, value);
|
| H A D | typeck.c | 4419 || TREE_CODE (arg) == INIT_EXPR) 5298 if (modifycode == INIT_EXPR) 5305 result = build (INIT_EXPR, lhstype, lhs, rhs); 5424 if (modifycode != INIT_EXPR 5485 ? 1 + (modifycode != INIT_EXPR): 0; 5489 if (modifycode == INIT_EXPR) 5521 result = build (modifycode == NOP_EXPR ? MODIFY_EXPR : INIT_EXPR, 6399 retval = build (INIT_EXPR, TREE_TYPE (result), result, retval);
|
| H A D | except.c | 431 finish_expr_stmt (build_modify_expr (exp, INIT_EXPR, init));
|
| H A D | method.c | 550 t = build (INIT_EXPR, void_type_node, current_class_ref, parm);
|
| H A D | lex.c | 281 operator_name_info [(int) INIT_EXPR].name in init_operators()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-gimple.c | 478 case INIT_EXPR: in recalculate_side_effects()
|
| H A D | gimplify.c | 613 mod = build2 (INIT_EXPR, TREE_TYPE (t), t, val); in internal_get_tmp_var() 1014 gcc_assert (TREE_CODE (temp) == INIT_EXPR in voidify_wrapper_expr() 1022 *p = build2 (INIT_EXPR, type, temp, *p); in voidify_wrapper_expr() 1151 || TREE_CODE (ret_expr) == INIT_EXPR) in gimplify_return_expr() 1262 init = build2 (INIT_EXPR, void_type_node, decl, init); in gimplify_decl_expr() 2919 init = build2 (INIT_EXPR, TREE_TYPE (cref), cref, value); in gimplify_init_ctor_eval() 3411 else if (TREE_CODE (*expr_p) == INIT_EXPR) in gimplify_modify_expr_rhs() 3533 || TREE_CODE (*expr_p) == INIT_EXPR); in gimplify_modify_expr() 4261 init = build2 (INIT_EXPR, void_type_node, temp, init); in gimplify_target_expr() 5517 case INIT_EXPR: in gimplify_expr() [all …]
|
| H A D | c-pretty-print.c | 1798 if (TREE_CODE (e) == MODIFY_EXPR || TREE_CODE (e) == INIT_EXPR) in pp_c_assignment_expression() 1945 case INIT_EXPR: in pp_c_expression()
|
| H A D | tree-dump.c | 567 case INIT_EXPR: in dequeue_and_dump()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-pretty-print.c | 1094 if (TREE_CODE (e) == MODIFY_EXPR || TREE_CODE (e) == INIT_EXPR) 1219 case INIT_EXPR:
|
| H A D | tree-dump.c | 525 case INIT_EXPR:
|
| H A D | tree.c | 336 case INIT_EXPR: 1276 case INIT_EXPR: case TARGET_EXPR: case WITH_CLEANUP_EXPR: 2381 case INIT_EXPR:
|