Searched refs:build_modify_expr (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.cc315 return build_modify_expr (loc, v, NULL_TREE, NOP_EXPR,
361 x = build_modify_expr (loc, blhs ? blhs : lhs, NULL_TREE, opcode,
509 x = build_modify_expr (loc, var, NULL_TREE, NOP_EXPR,
596 x = build_modify_expr (loc, vtmp, NULL_TREE, NOP_EXPR,
644 tree x2 = build_modify_expr (loc, r, NULL_TREE, NOP_EXPR,
654 tree x2 = build_modify_expr (loc, v, NULL_TREE, NOP_EXPR,
991 init = build_modify_expr (elocus, decl, NULL_TREE, NOP_EXPR,
H A Dc-common.h625 extern tree build_modify_expr (location_t, tree, tree, enum tree_code,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c278 return build_modify_expr (loc, v, NULL_TREE, NOP_EXPR,
302 x = build_modify_expr (loc, blhs ? blhs : lhs, NULL_TREE, opcode,
388 x = build_modify_expr (loc, v, NULL_TREE, NOP_EXPR,
750 init = build_modify_expr (elocus, decl, NULL_TREE, NOP_EXPR,
H A Dc-common.h606 extern tree build_modify_expr (location_t, tree, tree, enum tree_code,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c1911 s1 = build_modify_expr (input_location, setter_argument, NULL_TREE,
2011 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE,
2018 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE,
2026 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE,
7560 statement = build_modify_expr
8890 super_expr = build_modify_expr (input_location, super_expr, NULL_TREE,
8928 super_expr = build_modify_expr (input_location, super_expr, NULL_TREE,
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc1974 s1 = build_modify_expr (input_location, setter_argument, NULL_TREE,
2074 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE,
2081 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE,
2089 s1 = build_modify_expr (location, temp_variable_decl, NULL_TREE,
7660 statement = build_modify_expr
9017 super_expr = build_modify_expr (input_location, super_expr, NULL_TREE,
9055 super_expr = build_modify_expr (input_location, super_expr, NULL_TREE,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc4961 r = build_modify_expr (fn_start, TREE_OPERAND (fld_idx, 0),
4989 r = build_modify_expr (fn_start, fld_idx, parm.frame_type,
5006 r = build_modify_expr (fn_start, parm.guard_var,
5051 r = build_modify_expr (fn_start, coro_promise_live, boolean_type_node,
5165 r = build_modify_expr (fn_start, coro_gro_live, boolean_type_node,
H A Dtypeck.c8393 build_modify_expr (location_t location,
8379 build_modify_expr (location_t location, function
H A Dsemantics.c8812 incr = build_modify_expr (elocus, decl, NULL_TREE, PLUS_EXPR,
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcoroutines.cc4913 r = build_modify_expr (fn_start, parm.guard_var,
4959 r = build_modify_expr (fn_start, coro_promise_live, boolean_type_node,
5065 r = build_modify_expr (fn_start, coro_gro_live, boolean_type_node,
H A Dsemantics.cc10273 incr = build_modify_expr (elocus, decl, NULL_TREE, PLUS_EXPR,
H A Dtypeck.cc8930 build_modify_expr (location_t location,
8916 build_modify_expr (location_t location, function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c2981 the code in build_modify_expr handling various
7621 ret.value = build_modify_expr (op_location, lhs.value, lhs.original_type,
18186 init = build_modify_expr (init_loc, decl, decl_exp.original_type,
H A Dc-typeck.c4141 /* For consistency with build_modify_expr on non-_Atomic,
6125 build_modify_expr (location_t location, tree lhs, tree lhs_origtype,
6162 tree inner = build_modify_expr (location, C_MAYBE_CONST_EXPR_EXPR (lhs),
6106 build_modify_expr (location_t location, tree lhs, tree lhs_origtype, function
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc4172 /* For consistency with build_modify_expr on non-_Atomic,
6243 build_modify_expr (location_t location, tree lhs, tree lhs_origtype,
6280 tree inner = build_modify_expr (location, C_MAYBE_CONST_EXPR_EXPR (lhs),
6224 build_modify_expr (location_t location, tree lhs, tree lhs_origtype, function
H A Dc-parser.cc3023 the code in build_modify_expr handling various
7583 ret.value = build_modify_expr (op_location, lhs.value, lhs.original_type,
19361 init = build_modify_expr (init_loc, decl, decl_exp.original_type,

Completed in 530 milliseconds