Member predicate Impl::Assignment::hasOverflowOperator
Holds if this assignment expression uses an overflow operator, that is, an operator that truncates overflow rather than reporting an error.
x &+= y
predicate hasOverflowOperator()
Holds if this assignment expression uses an overflow operator, that is, an operator that truncates overflow rather than reporting an error.
x &+= y
predicate hasOverflowOperator()