Lines Matching refs:_Block_object_dispose
17 ``_Block_object_dispose`` for all "Object" types in helper functions.
284 _Block_object_dispose(src->existingBlock, BLOCK_FIELD_IS_BLOCK);
321 ``_Block_object_dispose`` runtime helper function should be called.
340 _Block_object_dispose(src->objectPointer, BLOCK_FIELD_IS_OBJECT);
427 ``_Block_object_dispose`` routines supplied by the runtime to make the
456 _Block_object_dispose(param->captured_voidBlock, BLOCK_FIELD_IS_BLOCK | BLOCK_BYREF_CALLER)}
475 ``_Block_object_dispose``.
519 _Block_object_dispose(src->captured_i, BLOCK_FIELD_IS_BYREF | BLOCK_BYREF_CALLER);
547 ``_Block_object_assign`` and ``_Block_object_dispose``.
562 _Block_object_dispose(&_block_byref_foo, BLOCK_FIELD_IS_BYREF);
581 ``_Block_object_dispose``. There should be no code generated that uses
617 _Block_object_dispose(src->_block_byref_i, BLOCK_FIELD_IS_WEAK | BLOCK_FIELD_IS_BYREF);
662 …_Block_object_dispose(param->captured_obj, BLOCK_FIELD_IS_OBJECT | BLOCK_FIELD_IS_WEAK | BLOCK_BYR…
689 _Block_object_dispose(src->byref_obj, BLOCK_FIELD_IS_BYREF | BLOCK_FIELD_IS_WEAK);
865 _Block_object_dispose(->target, BLOCK_FIELD_<appropo>);
913 void _Block_object_dispose(const void *object, const int flags);