Home
last modified time | relevance | path

Searched refs:cp_build_modify_expr (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-tree.def57 happens in build_modify_expr() or cp_build_modify_expr()).
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-tree.def57 happens in build_modify_expr() or cp_build_modify_expr()).
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-ubsan.c307 tree stmt = cp_build_modify_expr (input_location, vtbl_ptr, NOP_EXPR, in cp_ubsan_dfs_initialize_vtbl_ptrs()
H A Dinit.c971 finish_expr_stmt (cp_build_modify_expr (input_location, decl, in perform_member_init()
1455 finish_expr_stmt (cp_build_modify_expr (input_location, vtbl_ptr, NOP_EXPR, in expand_virtual_init()
3643 init_expr = cp_build_modify_expr (input_location, init_expr, in build_new_1()
4037 tmp = cp_build_modify_expr (loc, tbase, NOP_EXPR, tmp, complain); in build_vec_delete_1()
4163 finish_expr_stmt (cp_build_modify_expr (input_location, decl, INIT_EXPR, in get_temp_regvar()
4461 one_init = cp_build_modify_expr (input_location, baseref, in build_vec_init()
4625 elt_init = cp_build_modify_expr (input_location, to, NOP_EXPR, in build_vec_init()
4630 elt_init = cp_build_modify_expr (input_location, to, NOP_EXPR, from, in build_vec_init()
H A Dmethod.c871 init = cp_build_modify_expr (input_location, comp, NOP_EXPR, init, in do_build_copy_assign()
1781 tree r = cp_build_modify_expr (input_location, to, NOP_EXPR, from, tf_none); in assignable_expr()
H A Dtypeck.c8385 return cp_build_modify_expr (location, lhs, modifycode, rhs, in build_modify_expr()
8397 cp_build_modify_expr (location_t loc, tree lhs, enum tree_code modifycode, in cp_build_modify_expr() function
8499 op1 = cp_build_modify_expr (loc, op1, modifycode, rhs, complain); in cp_build_modify_expr()
8510 op2 = cp_build_modify_expr (loc, op2, modifycode, rhs, complain); in cp_build_modify_expr()
8855 return cp_build_modify_expr (loc, lhs, modifycode, rhs, complain); in build_x_modify_expr()
H A Ddecl2.c3378 return cp_build_modify_expr (input_location, guard, NOP_EXPR, guard_init, in set_guard()
4560 finish_expr_stmt (cp_build_modify_expr (loc, guard, NOP_EXPR, in handle_tls_init()
H A Dcall.c6500 return cp_build_modify_expr (loc, arg1, code2, arg2, complain); in build_new_op_1()
12237 tree set = cp_build_modify_expr (UNKNOWN_LOCATION, in set_up_extended_ref_temp()
12406 tree set = cp_build_modify_expr (UNKNOWN_LOCATION, cur_cond_guard, in extend_ref_init_temps_1()
12420 tree set = cp_build_modify_expr (UNKNOWN_LOCATION, cur_cond_guard, in extend_ref_init_temps_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-ubsan.cc325 tree stmt = cp_build_modify_expr (input_location, vtbl_ptr, NOP_EXPR, in cp_ubsan_dfs_initialize_vtbl_ptrs()
H A Dinit.cc1168 finish_expr_stmt (cp_build_modify_expr (input_location, decl, in perform_member_init()
1681 finish_expr_stmt (cp_build_modify_expr (input_location, vtbl_ptr, NOP_EXPR, in expand_virtual_init()
3720 init_expr = cp_build_modify_expr (input_location, init_expr, in build_new_1()
4146 tmp = cp_build_modify_expr (loc, tbase, NOP_EXPR, tmp, complain); in build_vec_delete_1()
4283 finish_expr_stmt (cp_build_modify_expr (input_location, decl, INIT_EXPR, in get_temp_regvar()
4625 one_init = cp_build_modify_expr (input_location, baseref, in build_vec_init()
4795 elt_init = cp_build_modify_expr (input_location, to, NOP_EXPR, in build_vec_init()
4800 elt_init = cp_build_modify_expr (input_location, to, NOP_EXPR, from, in build_vec_init()
H A DChangeLog-2016861 * typeck.c (cp_build_modify_expr): Likewise.
917 * typeck.c (cp_build_modify_expr): Call early_elide_copy.
1170 (cp_build_modify_expr): Likewise.
2157 * typeck.c (cp_build_modify_expr): Leave COMPOUND_EXPR on LHS.
2670 * call.c (build_new_op_1): Pass LOC to cp_build_modify_expr.
2671 * cp-tree.h (cp_build_modify_expr): Update declaration.
2675 cp_build_modify_expr.
2692 (build_modify_expr): Pass location down to cp_build_modify_expr.
2693 (cp_build_modify_expr): Add location parameter. Use it.
2694 (build_x_modify_expr): Pass location down to cp_build_modify_expr.
[all …]
H A DChangeLog-2008286 * typeck.c (cp_build_modify_expr): Update bitfield handling.
438 (cp_build_modify_expr): Same.
493 MODIFY_EXPR for init instead of calling cp_build_modify_expr.
505 (cp_build_modify_expr): Same.
1874 * typeck.c (cp_build_modify_expr) <case PREINCREMENT_EXPR>: Don't build
2261 cp_build_modify_expr; new version provides a bridge from c-common.
2262 (cp_build_modify_expr): Was build_modify_expr; added SFINAE
2370 (cp_build_modify_expr): New.
H A DChangeLog-200939 * typeck.c (cp_build_modify_expr): Fix thinko.
244 * typeck.c (cp_build_unary_op, cp_build_modify_expr): Likewise.
545 * typeck.c (cp_build_modify_expr): For initializer list call
1838 * typeck.c (cp_build_modify_expr): Likewise.
2179 (build_vec_delete_1): Pass location to cp_build_modify_expr,
2296 * typeck.c (cp_build_modify_expr): Always pass init-lists to the
2436 (cp_build_modify_expr): Build vec to pass to
2550 (cp_build_modify_expr): Pass flags to convert_for_assignment.
3661 * typeck.c (cp_build_modify_expr): Check for NULL current_function_decl.
H A Dcoroutines.cc1031 o = cp_build_modify_expr (loc, e_proxy, INIT_EXPR, o, in build_co_await()
2894 init = cp_build_modify_expr (input_location, var, INIT_EXPR, init, in flatten_await_stmt()
4890 r = cp_build_modify_expr (fn_start, TREE_OPERAND (fld_idx, 0), in morph_fn_to_coro()
4895 r = cp_build_modify_expr (fn_start, fld_idx, INIT_EXPR, r, in morph_fn_to_coro()
5043 r = cp_build_modify_expr (input_location, gro, INIT_EXPR, get_ro, in morph_fn_to_coro()
H A Dmethod.cc894 init = cp_build_modify_expr (input_location, comp, NOP_EXPR, init, in do_build_copy_assign()
2059 tree r = cp_build_modify_expr (input_location, to, NOP_EXPR, from, tf_none); in assignable_expr()
H A DChangeLog-20111932 * typeck.c (cp_build_modify_expr): Call mark_rvalue_use on rhs
2163 * typeck.c (cp_build_modify_expr): Check digest_init return value
2390 * typeck.c (cp_build_modify_expr): Preevaluate RHS.
3159 * typeck.c (cp_build_modify_expr): Check DECL_DEFAULTED_FN.
3504 * typeck.c (cp_build_modify_expr): Likewise.
4201 * typeck.c (unary_complex_lvalue, cp_build_modify_expr): Adjust.
H A DChangeLog-2010143 (cp_build_modify_expr): Likewise.
822 (cp_build_modify_expr): Call objc_maybe_build_modify_expr instead
1116 (cp_build_modify_expr): Likewise.
1329 (convert_for_initialization, cp_build_modify_expr): Likewise.
3127 * typeck.c (cp_build_modify_expr): Complain about assignment to
H A Dtypeck.cc8922 return cp_build_modify_expr (location, lhs, modifycode, rhs, in build_modify_expr()
8934 cp_build_modify_expr (location_t loc, tree lhs, enum tree_code modifycode, in cp_build_modify_expr() function
9036 op1 = cp_build_modify_expr (loc, op1, modifycode, rhs, complain); in cp_build_modify_expr()
9047 op2 = cp_build_modify_expr (loc, op2, modifycode, rhs, complain); in cp_build_modify_expr()
9402 return cp_build_modify_expr (loc, lhs, modifycode, rhs, complain); in build_x_modify_expr()
H A DChangeLog-2019742 * typeck.c (cp_build_modify_expr): Consistently use the
1340 * typeck.c (cp_build_modify_expr): Prefer error + inform to
2661 (cp_build_modify_expr): Emit a -Wvolatile warning for a compound
2804 (cp_build_modify_expr): Likewise.
4046 (cp_build_modify_expr): Likewise.
4080 cp_build_modify_expr, comp_ptr_ttypes_real, type_memfn_rqual):
4437 (cp_build_modify_expr) <case COND_EXPR>: Unshare rhs before using it
H A Ddecl2.cc3592 return cp_build_modify_expr (input_location, guard, NOP_EXPR, guard_init, in set_guard()
4822 finish_expr_stmt (cp_build_modify_expr (loc, guard, NOP_EXPR, in handle_tls_init()
H A DChangeLog-2018191 (cp_build_modify_expr): Likewise for newrhs when checking for
1734 (cp_build_modify_expr): Pass loc to cxx_readonly_error.
2993 build_const_cast_1, cp_build_c_cast, cp_build_modify_expr,
3662 * typeck.c (cp_build_modify_expr): Call decay_conversion for RHS of
3944 (unary_complex_lvalue, cp_build_modify_expr): Use it.
H A Dcall.cc6895 return cp_build_modify_expr (loc, arg1, code2, arg2, complain); in build_new_op()
12990 tree set = cp_build_modify_expr (UNKNOWN_LOCATION, in set_up_extended_ref_temp()
13159 tree set = cp_build_modify_expr (UNKNOWN_LOCATION, cur_cond_guard, in extend_ref_init_temps_1()
13173 tree set = cp_build_modify_expr (UNKNOWN_LOCATION, cur_cond_guard, in extend_ref_init_temps_1()
H A DChangeLog502 * typeck.cc (cp_build_modify_expr): Allow array initialization of
1024 * typeck.cc (cp_build_modify_expr): Implement
H A DChangeLog-20121739 build_reinterpret_cast_1, cp_build_modify_expr,
2079 build_x_compound_expr, cp_build_modify_expr, build_x_modify_expr):
H A DChangeLog-20142252 * typeck.c (cp_build_modify_expr): Handle array of characters
3762 * typeck.c (cp_build_modify_expr): Make the RHS an rvalue before

12