Lines Matching full:lvalue
739 lvalue with the same alignment and non-ownership qualification.</p>
742 lvalue-to-rvalue conversion on an object lvalue.
749 <li>For all other objects, the lvalue is loaded with primitive
758 second, the lvalue is loaded with primitive semantics; third, the new
759 pointee is stored into the lvalue with primitive semantics; and
763 <li>For <tt>__weak</tt> objects, the lvalue is updated to point to the
765 in which case it the lvalue is updated to a null pointer. This must
770 stored into the lvalue using primitive semantics.</li>
772 autoreleased, and stored into the lvalue using primitive semantics.</li>
780 <li>First, a null pointer is stored into the lvalue using primitive
796 where an lvalue is <q>moved from</q>, meaning that its current pointee
800 to loading the lvalue with primitive semantics, writing a null pointer
896 through an lvalue of a differently-qualified type, except that any
898 an <tt>__unsafe_unretained</tt> lvalue.</p>