Searched refs:newrhs (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c3928 tree newrhs;
3991 newrhs = rhs;
3999 newrhs = build_binary_op (modifycode, lhs, rhs, 1);
4005 result = objc_build_setter_call (lhs, newrhs);
4051 newrhs = convert_for_assignment (lhstype, newrhs, ic_assign,
4053 if (TREE_CODE (newrhs) == ERROR_MARK)
4059 result = objc_generate_write_barrier (lhs, modifycode, newrhs);
4072 result = build2 (MODIFY_EXPR, lhstype, lhs, newrhs);
3908 tree newrhs; local
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c5722 tree newrhs = rhs;
5749 newrhs = build_modify_expr (TREE_OPERAND (lhs, 1),
5751 if (newrhs == error_mark_node)
5754 TREE_OPERAND (lhs, 0), newrhs);
5761 newrhs = build_modify_expr (TREE_OPERAND (lhs, 0), modifycode, rhs);
5762 if (newrhs == error_mark_node)
5764 return build2 (COMPOUND_EXPR, lhstype, lhs, newrhs);
5893 newrhs = cp_build_binary_op (modifycode, lhs, rhs);
5894 if (newrhs == error_mark_node)
5906 gcc_assert (TREE_CODE (TREE_TYPE (newrhs)) !
5709 tree newrhs = rhs; local
[all...]

Completed in 130 milliseconds