Searched refs:aSlot (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/libclosure-65/tests/
H A Dobjc.m22 id aSlot;
55 aSlot = [[NSObject alloc] init];
60 printf("[aSlot retainCount] == %d\n", [aSlot retainCount]);
82 [aSlot release];
83 aSlot = nil;
92 void (^myClosure)(void) = ^{ id tmp = aSlot; aSlot = nil; aSlot = tmp; };
93 //void (^myClosure2)(void) = ^{ |aSlot| i
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c70780 SorterRecord **aSlot; local
[all...]

Completed in 407 milliseconds