Searched refs:__block (Results 1 - 25 of 219) sorted by relevance

123456789

/macosx-10.10.1/libclosure-65/objectTests/
H A Dflagsisa.c15 __block int flags;
16 __block void *isa;
H A Dbyrefaccess.c25 __block int i = 10;
H A Dgoto.c24 __block int val = 0;
H A Drecursiveassign.c27 __block void (^recursive_copy_block)(int) = ^(int arg __unused) {
30 __block int done = 2;
H A Dbyrefcopyinner.c17 __block int a = 42;
30 fail("__block heap storage should have been created at this point");
H A Drecovermany.m31 __block id to = [[TestObject alloc] init];
32 __block int i = 10;
33 __block int j = 11;
34 __block int k = 12;
35 __block id to2 = [[TestObject alloc] init];
H A Drecursive-test.c16 __block void (^recursive_local_block)(int);
51 __block void (^recursive_copy_block)(int);
H A Dbyrefcopy.c27 int __block i = 10;
H A Dbyrefcopystack.c27 int __block i = 10;
H A Dnullblockisa.c29 fail("not a NULL __block isa");
36 __block int i;
H A Drdar6414583.c17 __block int c = 1;
H A Dweakblockretain.m43 __block TestObject *__weak to __unused = [[TestObject alloc] init];
45 // this recovers the __block storage but leaves the contents alone
58 __block TestObject *__weak to = [[TestObject alloc] init];
H A Dnotcopied.m18 // Test that a __block Block variable with a reference to a stack based Block is not copied
19 // when a Block referencing the __block Block varible is copied.
20 // No magic for __block variables.
42 __block void (^someBlock)(void) = ^ { [to self]; };
48 fail("__block Block was copied when it shouldn't have");
H A Drecursive-assign-int.m35 __block int x = 0;
H A Ddispatch_async.c18 __block CFIndex counter;
21 // <rdar://problem/6225809> __block variables not implicitly imported into intermediate scopes
H A Drdar6405500.c16 __block void (^blockFu)(size_t t);
H A Dbyrefcopycopy.c21 __block int var = 0;
H A Dbyrefcopyint.c45 __block size_t dumbo = strlen(whoami);
H A Drecursive-block.c33 __block voidVoid inner = ^{ doSomething(i); };
35 /*__block*/ voidVoid outer = ^{
/macosx-10.10.1/libclosure-65/escapeTests/
H A Descape.m20 __block int i = 0;
H A Descape6.m24 __block int i;
H A Descape7.m24 __block int i;
H A Dcommon.h12 #define BYREF __block
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/misc/
H A Dspeed-test.mm40 __block int num_out = 0;
41 __block int num_in = 0;
42 __block int timeout_out = -1;
43 __block int timeout_in = -1;
44 volatile __block bool done;
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecSharedCredential.c46 __block CFErrorRef* outError = error;
47 __block CFMutableDictionaryRef args = CFDictionaryCreateMutable(kCFAllocatorDefault,
95 __block CFErrorRef error = NULL;
96 __block dispatch_queue_t dst_queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT,0);
120 __block CFStringRef serverStr = CFRetainSafe(fqdn);
121 __block CFStringRef accountStr = CFRetainSafe(account);
122 __block CFStringRef passwordStr = CFRetainSafe(password);
150 __block CFErrorRef* outError = error;
151 __block CFMutableDictionaryRef args = CFDictionaryCreateMutable(kCFAllocatorDefault,
195 __block CFArrayRe
[all...]

Completed in 198 milliseconds

123456789