Lines Matching full:__block
47 __block variable */
50 BLOCK_BYREF_CALLER = 128, /* called from __block (byref) copy/dispose
4734 // __block Foo *f;
4735 // __block int i;
5082 /// RewriteByRefVar - For each __block typex ND variable this routine transforms
5089 /// void *__Block_byref_id_object_copy; // If variable is __block ObjC object
5090 /// void *__Block_byref_id_object_dispose; // If variable is __block ObjC object
5168 // FIXME. rewriter does not support __block c++ objects which
5201 // In multiple __block declarations, and for all but 1st declaration,
6108 Preamble += "#ifndef __block\n";
6109 Preamble += "#define __block\n";
6113 Preamble += "#define __block\n";