Lines Matching refs:_Block_object_assign
16 * 2008/10/28 - specify use of ``_Block_object_assign`` and
279 _Block_object_assign(&dst->existingBlock, src->existingBlock, BLOCK_FIELD_IS_BLOCK);
320 ``_Block_object_assign`` runtime helper function and in the dispose helper the
336 _Block_object_assign(&dst->objectPointer, src-> objectPointer, BLOCK_FIELD_IS_OBJECT);
426 helper code generated must use the ``_Block_object_assign`` and
451 …_Block_object_assign(&dst->captured_voidBlock, src->captured_voidBlock, BLOCK_FIELD_IS_BLOCK | BLO…
474 the ``byref`` data block using the functions ``_Block_object_assign`` and
514 …_Block_object_assign(&dst->captured_i, src->captured_i, BLOCK_FIELD_IS_BYREF | BLOCK_BYREF_CALLER);
547 ``_Block_object_assign`` and ``_Block_object_dispose``.
580 helper functions should use ``_Block_object_assign`` and
611 …_Block_object_assign(&dest->_block_byref_i, src-> _block_byref_i, BLOCK_FIELD_IS_WEAK | BLOCK_FIEL…
624 …_Block_object_assign(&dest->_block_byref_i, src->_block_byref_i, BLOCK_FIELD_IS_WEAK | BLOCK_FIELD…
630 …_Block_object_assign(&dest->_block_byref_i, src->_block_byref_i, BLOCK_FIELD_IS_WEAK | BLOCK_FIELD…
657 …_Block_object_assign(&dst->captured_obj, src->captured_obj, BLOCK_FIELD_IS_OBJECT | BLOCK_FIELD_IS…
684 … _Block_object_assign(&dst->byref_obj, src->byref_obj, BLOCK_FIELD_IS_BYREF | BLOCK_FIELD_IS_WEAK);
859 _Block_object_assign(&dst->target, src->target, BLOCK_FIELD_<appropo>);
905 void _Block_object_assign(void *destAddr, const void *object, const int flags);