Lines Matching full:blocks
24 This document describes the Apple ABI implementation specification of Blocks.
37 The ABI of ``Blocks`` consist of their layout and the runtime functions required
468 Importing ``__block`` variables into ``Blocks``
552 Because ``Blocks`` referencing ``__block`` variables may have ``Block_copy()``
567 ``Blocks`` may contain ``Block`` literal expressions. Any variables used within
568 inner blocks are imported into all enclosing ``Block`` scopes even if the
572 Objective C Extensions to ``Blocks``
584 ``Blocks`` as Objects
587 The compiler will treat ``Blocks`` as objects when synthesizing property setters
899 heap. The following function is used to copy fields of types: blocks,