Lines Matching full:blocks
5 Language Specification for Blocks
33 function type. Blocks are intended to be used much like functions with
179 (nest) and all variables captured by any nested blocks are implicitly
180 also captured in the scopes of their enclosing Blocks.
188 Blocks are :block-term:`invoked` using function call syntax with a
212 in matched use, release allocated storage for referenced Blocks.
242 an implementation provides initial automatic storage for Blocks. This
268 All Blocks are constructed to be Objective-C objects regardless of
270 not. Blocks using automatic (stack) memory are objects and may be
287 Blocks.
342 Captured variables in Blocks on the stack are destroyed when control
344 expression. Captured variables in Blocks on the heap are destroyed
360 Member variables that are Blocks may not be overloaded by the types of