Holds if this variable access is an r-value.
An r-value is a read access to a variable. In other words, it is a variable access that does not occur as the destination of a simple assignment, but it may occur as the destination of a compound assignment or a unary assignment.
predicate
isRValue
(
)