Home
last modified time | relevance | path

Searched refs:build_modify_expr (Results 1 – 25 of 58) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-tree.def57 happens in build_modify_expr() or cp_build_modify_expr()).
H A Dobjc-act.cc1974 s1 = build_modify_expr (input_location, setter_argument, NULL_TREE, in objc_maybe_build_modify_expr()
2074 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE, in objc_build_incr_expr_for_property_ref()
2081 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE, in objc_build_incr_expr_for_property_ref()
2089 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE, in objc_build_incr_expr_for_property_ref()
7656 statement = build_modify_expr in objc_synthesize_setter()
9013 super_expr = build_modify_expr (input_location, super_expr, NULL_TREE, in get_super_receiver()
9051 super_expr = build_modify_expr (input_location, super_expr, NULL_TREE, in get_super_receiver()
H A DChangeLog1836 instead. Use build_modify_expr () instead of build2 (MODIFY_EXPR,
3002 build_modify_expr, build_compound_expr.
3086 build_modify_expr to pass new argument.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-tree.def57 happens in build_modify_expr() or cp_build_modify_expr()).
H A Dobjc-act.c1911 s1 = build_modify_expr (input_location, setter_argument, NULL_TREE, in objc_maybe_build_modify_expr()
2011 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE, in objc_build_incr_expr_for_property_ref()
2018 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE, in objc_build_incr_expr_for_property_ref()
2026 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE, in objc_build_incr_expr_for_property_ref()
7556 statement = build_modify_expr in objc_synthesize_setter()
8886 super_expr = build_modify_expr (input_location, super_expr, NULL_TREE, in get_super_receiver()
8924 super_expr = build_modify_expr (input_location, super_expr, NULL_TREE, in get_super_receiver()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.cc315 return build_modify_expr (loc, v, NULL_TREE, NOP_EXPR, in c_finish_omp_atomic()
361 x = build_modify_expr (loc, blhs ? blhs : lhs, NULL_TREE, opcode, in c_finish_omp_atomic()
509 x = build_modify_expr (loc, var, NULL_TREE, NOP_EXPR, in c_finish_omp_atomic()
596 x = build_modify_expr (loc, vtmp, NULL_TREE, NOP_EXPR, in c_finish_omp_atomic()
644 tree x2 = build_modify_expr (loc, r, NULL_TREE, NOP_EXPR, in c_finish_omp_atomic()
654 tree x2 = build_modify_expr (loc, v, NULL_TREE, NOP_EXPR, in c_finish_omp_atomic()
991 init = build_modify_expr (elocus, decl, NULL_TREE, NOP_EXPR, in c_finish_omp_for()
H A Dc-common.h625 extern tree build_modify_expr (location_t, tree, tree, enum tree_code,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c278 return build_modify_expr (loc, v, NULL_TREE, NOP_EXPR, in c_finish_omp_atomic()
302 x = build_modify_expr (loc, blhs ? blhs : lhs, NULL_TREE, opcode, in c_finish_omp_atomic()
388 x = build_modify_expr (loc, v, NULL_TREE, NOP_EXPR, in c_finish_omp_atomic()
750 init = build_modify_expr (elocus, decl, NULL_TREE, NOP_EXPR, in c_finish_omp_for()
H A Dc-common.h606 extern tree build_modify_expr (location_t, tree, tree, enum tree_code,
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-1994110 (build_modify_expr): Likewise.
590 * typeck.c (build_modify_expr): Don't just build a MODIFY_EXPR if
608 * typeck.c (build_modify_expr): Understand how to copy an aggregate.
843 * typeck.c (build_modify_expr): When optimizing ?: on lhs, make sure
897 * typeck.c (build_modify_expr): Require complete type after checking
903 * typeck.c (build_modify_expr): Handle assignment to array from
1060 operator=, rather than build_modify_expr. And use
1823 * typeck.c (build_modify_expr): Build up a COMPOUND_EXPR for enum
1911 (build_modify_expr): Use convert instead of convert_force again.
2009 * typeck.c (build_modify_expr): Don't dereference references when
[all …]
H A DChangeLog-199361 (build_modify_expr): Use it, since trying to do an ADDR_EXPR of it
148 * cp-typeck.c (build_modify_expr): Avoid error messages on small
H A DChangeLog-19961346 * typeck.c (build_modify_expr): Always attempt to build a call to
1793 * typeck.c (build_modify_expr): Don't use TREE_VALUE on a
2095 * typeck.c (build_modify_expr): PREINCREMENT_EXPR and
2602 * typeck.c (build_modify_expr): Fix error messages to be more
2737 (build_modify_expr): Likewise.
3226 * typeck.c (unary_complex_lvalue, build_modify_expr,
3634 * typeck.c (unary_complex_lvalue, build_modify_expr,
3820 (build_modify_expr): Delete gc code.
3989 * typeck.c (build_modify_expr): Use a COMPOUND_EXPR instead of
H A DChangeLog-19951373 * typeck.c (build_modify_expr): If the class lacks a constructor or
1894 * typeck.c (build_modify_expr): If warn_synth, call build_opfncall
1941 (build_modify_expr): Use it.
2044 * typeck.c (build_modify_expr): Catch incompatible array assignment.
2103 * typeck.c (build_modify_expr): Undo previous change.
2130 * typeck.c (build_modify_expr): Only wrap TARGET_EXPRs in RTL_EXPRs
2726 * typeck.c (build_modify_expr): Complain if
2836 * typeck.c (build_modify_expr): Handle simple assignment from
3052 * typeck.c (build_modify_expr): Compare function name to
H A DChangeLog-2004374 (build_modify_expr): Likewise.
576 (build_modify_expr): Likewise.
1329 build_modify_expr, get_delta_difference, build_ptrmemfunc,
1903 (build_modify_expr): Add support for MIN_EXPR and MAX_EXPR.
2595 unary_complex_lvalue, cxx_mark_addressable, build_modify_expr,
2888 build_compound_expr, build_modify_expr, expand_ptrmemfunc_cst,
3462 * typeck.c (build_modify_expr, build_x_modify_expr): Set
3800 * typeck.c (build_modify_expr): Pass type directly to
5692 (build_modify_expr): Likewise.
5901 * typeck.c (build_modify_expr): Remove more of the cast-as-lvalue
H A DChangeLog-2003161 * typeck.c (build_modify_expr): Stabilize lhs if we're narrowing.
883 * typeck.c (build_modify_expr): Call convert rather than abort.
3154 * typeck.c (build_modify_expr): Avoid invalid sharing of trees.
3414 (build_modify_expr): Likewise.
3488 (build_modify_expr): Likewise.
4337 * typeck.c (build_modify_expr): Don't always stabilize the lhs and
6064 * typeck.c (build_modify_expr): Only check C_TYPE_FIELDS_READONLY
6160 (build_modify_expr): Likewise.
6338 * typeck.c (build_modify_expr): Pass it.
H A Dcoroutines.cc4913 r = build_modify_expr (fn_start, parm.guard_var, in morph_fn_to_coro()
4959 r = build_modify_expr (fn_start, coro_promise_live, boolean_type_node, in morph_fn_to_coro()
5065 r = build_modify_expr (fn_start, coro_gro_live, boolean_type_node, in morph_fn_to_coro()
H A DChangeLog-19991676 * typeck.c (build_modify_expr): Don't crash when outside a
1870 * typeck.c (build_modify_expr): Don't check for assignments to
3209 * typeck.c (build_modify_expr): Don't build an RTL_EXPR.
3225 * typeck.c (build_modify_expr, COND_EXPR): Make sure we've got an
3745 (build_modify_expr): Likewise.
4063 * init.c (perform_member_init): Don't go through build_modify_expr
4858 * typeck.c (build_modify_expr, c_expand_asm_operands): Use
5262 (build_modify_expr): Likewise.
6072 * typeck.c (build_modify_expr): Check for errors after resolving
H A DChangeLog-2008441 build_modify_expr.
2260 (build_modify_expr): Original version renamed to
2262 (cp_build_modify_expr): Was build_modify_expr; added SFINAE
2430 * typeck.c (unary_complex_lvalue, build_modify_expr,
H A DChangeLog-20061689 * typeck.c (build_modify_expr): Tidy diagnostic message.
1694 * typeck.c (build_modify_expr): Disallow array assignment.
1867 * typeck.c (build_modify_expr): Test arguments for error_operand_p.
2154 (build_modify_expr): Remove spurious conversions.
H A DChangeLog-20092167 (build_modify_expr): New arg.
2170 (handle_omp_for_class_iterator): Pass location to build_modify_expr.
2771 * typeck.c (build_modify_expr): Add lhs_origtype parameter.
2843 (build_modify_expr): Add rhs_origtype parameter. Change all
H A DChangeLog-199716 (build_modify_expr): Likewise.
2236 * typeck.c (build_modify_expr): Likewise.
2305 * typeck.c (build_modify_expr): Always pedwarn for a cast to
H A DChangeLog-200130 * typeck.c (build_modify_expr): Remove old unreachable code & tidy
2661 * method.c (do_build_assign_ref): Don't use build_modify_expr for
3533 * typeck.c (build_modify_expr): Say `initialization' for
3835 * typeck.c (build_modify_expr): Handle getting a CONSTRUCTOR.
H A DChangeLog-20002527 (build_modify_expr): Likewise.
4720 (build_modify_expr): Likewise.
5244 build_modify_expr): Use COMPLETE_TYPE_P etc.
6764 build_c_cast, build_modify_expr, get_delta_difference,
6857 (build_modify_expr): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc4961 r = build_modify_expr (fn_start, TREE_OPERAND (fld_idx, 0), in morph_fn_to_coro()
4989 r = build_modify_expr (fn_start, fld_idx, parm.frame_type, in morph_fn_to_coro()
5006 r = build_modify_expr (fn_start, parm.guard_var, in morph_fn_to_coro()
5051 r = build_modify_expr (fn_start, coro_promise_live, boolean_type_node, in morph_fn_to_coro()
5165 r = build_modify_expr (fn_start, coro_gro_live, boolean_type_node, in morph_fn_to_coro()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog975 * c-typeck.c (build_modify_expr): Drop qualifiers.
1325 (build_modify_expr): Avoid c_fully_fold if c_in_omp_for.
3344 * c-typeck.c (build_unary_op, build_modify_expr, build_asm_expr,
3498 (build_modify_expr): Do not remove EXCESS_PRECISION_EXPR early.
3649 (build_modify_expr): Likewise.
3900 * c-typeck.c (build_modify_expr): Replace c_save_expr with save_expr.
4911 (build_modify_expr): Likewise.
4996 argument to build_modify_expr in two cases.
7368 (build_modify_expr): Likewise.
7459 * c-typeck.c (build_modify_expr): For lhs op= rhs, if rhs has side
[all …]

123