Searched refs:modifycode (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dstub-objc.c425 enum tree_code ARG_UNUSED (modifycode),
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dstub-objc.cc426 enum tree_code ARG_UNUSED (modifycode),
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc8932 enum tree_code modifycode,
8936 return cp_build_modify_expr (location, lhs, modifycode, rhs,
8948 cp_build_modify_expr (location_t loc, tree lhs, enum tree_code modifycode,
8958 bool plain_assign = (modifycode == NOP_EXPR);
9050 op1 = cp_build_modify_expr (loc, op1, modifycode, rhs, complain);
9061 op2 = cp_build_modify_expr (loc, op2, modifycode, rhs, complain);
9096 if (modifycode == INIT_EXPR)
9129 if (modifycode == NOP_EXPR)
9170 if (modifycode != BIT_AND_EXPR
9171 && modifycode !
8916 build_modify_expr(location_t location, tree lhs, tree , enum tree_code modifycode, location_t , tree rhs, tree ) argument
8934 cp_build_modify_expr(location_t loc, tree lhs, enum tree_code modifycode, tree rhs, tsubst_flags_t complain) argument
9352 build_x_modify_expr(location_t loc, tree lhs, enum tree_code modifycode, tree rhs, tree lookups, tsubst_flags_t complain) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c8395 enum tree_code modifycode,
8399 return cp_build_modify_expr (location, lhs, modifycode, rhs,
8411 cp_build_modify_expr (location_t loc, tree lhs, enum tree_code modifycode,
8421 bool plain_assign = (modifycode == NOP_EXPR);
8513 op1 = cp_build_modify_expr (loc, op1, modifycode, rhs, complain);
8524 op2 = cp_build_modify_expr (loc, op2, modifycode, rhs, complain);
8559 if (modifycode == INIT_EXPR)
8592 if (modifycode == NOP_EXPR)
8633 if (modifycode != BIT_AND_EXPR
8634 && modifycode !
8379 build_modify_expr(location_t location, tree lhs, tree , enum tree_code modifycode, location_t , tree rhs, tree ) argument
8397 cp_build_modify_expr(location_t loc, tree lhs, enum tree_code modifycode, tree rhs, tsubst_flags_t complain) argument
8813 build_x_modify_expr(location_t loc, tree lhs, enum tree_code modifycode, tree rhs, tsubst_flags_t complain) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c1971 /* Pattern match what build_atomic_assign produces with modifycode
4109 build_atomic_assign (location_t loc, tree lhs, enum tree_code modifycode,
4130 gcc_assert (modifycode == PLUS_EXPR || modifycode == MINUS_EXPR);
4137 if (modifycode != NOP_EXPR)
4151 gcc_assert (modifycode != NOP_EXPR);
4157 if (modifycode != NOP_EXPR)
4173 if (modifycode != NOP_EXPR)
4178 if (modifycode == NOP_EXPR)
4204 switch (modifycode)
4095 build_atomic_assign(location_t loc, tree lhs, enum tree_code modifycode, tree rhs, bool return_old_p) argument
6106 build_modify_expr(location_t location, tree lhs, tree lhs_origtype, enum tree_code modifycode, location_t rhs_loc, tree rhs, tree rhs_origtype) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc1983 /* Pattern match what build_atomic_assign produces with modifycode
4140 build_atomic_assign (location_t loc, tree lhs, enum tree_code modifycode,
4161 gcc_assert (modifycode == PLUS_EXPR || modifycode == MINUS_EXPR);
4168 if (modifycode != NOP_EXPR)
4182 gcc_assert (modifycode != NOP_EXPR);
4188 if (modifycode != NOP_EXPR)
4204 if (modifycode != NOP_EXPR)
4209 if (modifycode == NOP_EXPR)
4235 switch (modifycode)
4126 build_atomic_assign(location_t loc, tree lhs, enum tree_code modifycode, tree rhs, bool return_old_p) argument
6224 build_modify_expr(location_t location, tree lhs, tree lhs_origtype, enum tree_code modifycode, location_t rhs_loc, tree rhs, tree rhs_origtype) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc1062 tree_code modifycode = (e->op == TOKconstruct) ? INIT_EXPR : MODIFY_EXPR; local
1107 tree result = build_assign (modifycode, t1, t2);
1153 this->result_ = build_assign (modifycode, t1, t2);
1197 this->result_ = build_assign (modifycode, t1, t2);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc1074 tree_code modifycode = (e->op == EXP::construct) ? INIT_EXPR : MODIFY_EXPR; local
1121 tree result = build_assign (modifycode, t1, t2);
1160 this->result_ = build_assign (modifycode, t1, t2);
1194 this->result_ = build_assign (modifycode, t1, t2);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c3733 objc_generate_write_barrier (tree lhs, enum tree_code modifycode, tree rhs) argument
3773 if (modifycode != NOP_EXPR)
3816 if (modifycode == NOP_EXPR)
3825 if (modifycode != NOP_EXPR)
3844 if (modifycode != NOP_EXPR)
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc3809 objc_generate_write_barrier (tree lhs, enum tree_code modifycode, tree rhs) argument
3849 if (modifycode != NOP_EXPR)
3892 if (modifycode == NOP_EXPR)
3901 if (modifycode != NOP_EXPR)
3920 if (modifycode != NOP_EXPR)

Completed in 375 milliseconds