Lines Matching refs:forwarding
356 struct Block_byref *forwarding;
373 struct _block_byref_foo *forwarding;
384 a. The ``forwarding`` pointer is set to the beginning of its enclosing
404 structures ``forwarding`` pointer. For example:
417 struct _block_byref_i *forwarding;
423 i.forwarding->captured_i = 11;
441 struct _block_byref_voidBlock *forwarding;
462 …struct _block_byref_voidBlock voidBlock = {( .forwarding=&voidBlock, .flags=(1<<25), .size=sizeof(…
466 voidBlock.forwarding->captured_voidBlock = blockB;
490 struct _block_byref_voidBlock *forwarding;
509 _block->forwarding->captured_i = 10;
533 struct _block_byref_i i = {( .forwarding=&i, .flags=0, .size=sizeof(struct _block_byref_i) )};
604 objc_read_weak(&block->byref_i->forwarding->i)
647 struct _block_byref_obj *forwarding;
679 [objc_read_weak(&_block->byref_obj->forwarding->captured_obj) somemessage];
703 …truct _block_byref_obj obj = {( .forwarding=&obj, .flags=(1<<25), .size=sizeof(struct _block_byref…
821 Note that the forwarding indirection is *NOT* used.