Lines Matching full:ivar
812 setter; direct accesses to the ivar (even if synthesized) still have primitive
813 semantics, and the value in the ivar will not be automatically released during
1457 example, given the code ``__strong id x = p->ivar;``, ARC must not
1458 move the release of ``p`` to between the load of ``p->ivar`` and the