Lines Matching refs:_Block_object_assign
16 * 2008/10/28 - specify use of ``_Block_object_assign`` and
288 _Block_object_assign(&dst->existingBlock, src->existingBlock, BLOCK_FIELD_IS_BLOCK);
329 ``_Block_object_assign`` runtime helper function and in the dispose helper the
345 _Block_object_assign(&dst->objectPointer, src-> objectPointer, BLOCK_FIELD_IS_OBJECT);
435 helper code generated must use the ``_Block_object_assign`` and
460 …_Block_object_assign(&dst->captured_voidBlock, src->captured_voidBlock, BLOCK_FIELD_IS_BLOCK | BLO…
483 the ``byref`` data block using the functions ``_Block_object_assign`` and
523 …_Block_object_assign(&dst->captured_i, src->captured_i, BLOCK_FIELD_IS_BYREF | BLOCK_BYREF_CALLER);
556 ``_Block_object_assign`` and ``_Block_object_dispose``.
589 helper functions should use ``_Block_object_assign`` and
620 …_Block_object_assign(&dest->_block_byref_i, src-> _block_byref_i, BLOCK_FIELD_IS_WEAK | BLOCK_FIEL…
633 …_Block_object_assign(&dest->_block_byref_i, src->_block_byref_i, BLOCK_FIELD_IS_WEAK | BLOCK_FIELD…
639 …_Block_object_assign(&dest->_block_byref_i, src->_block_byref_i, BLOCK_FIELD_IS_WEAK | BLOCK_FIELD…
666 …_Block_object_assign(&dst->captured_obj, src->captured_obj, BLOCK_FIELD_IS_OBJECT | BLOCK_FIELD_IS…
693 … _Block_object_assign(&dst->byref_obj, src->byref_obj, BLOCK_FIELD_IS_BYREF | BLOCK_FIELD_IS_WEAK);
868 _Block_object_assign(&dst->target, src->target, BLOCK_FIELD_<apropos>);
914 void _Block_object_assign(void *destAddr, const void *object, const int flags);