Lines Matching full:precise
1325 precise type information helps drastically lower this risk, as well as
1409 :ref:`precise lifetime semantics <arc.optimization.precise>`, or
1470 reasonable to require the precise-lifetime annotation if someone
1508 .. _arc.optimization.precise:
1510 Precise lifetime semantics
1515 object. Objects subject to this invariant have :arc-term:`precise lifetime
1518 By default, local variables of automatic storage duration do not have precise
1525 Applying these precise-lifetime semantics strictly would be prohibitive.
1531 it should be considered to be an object with precise lifetime semantics.
1536 released at a precise time, even if that object does not appear to be used.
1843 from a ``__strong`` object with :ref:`precise lifetime semantics
1844 <arc.optimization.precise>`.
1850 Tying this to precise lifetime semantics is ideal, as for local variables