Searched refs:AUTORELEASE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/objc4-551.1/test/
H A Dconcurrentcat.m84 AUTORELEASE(target);
92 AUTORELEASE(target);
H A Dtest.h291 # define AUTORELEASE(x) (self_fn(x)) macro
301 # define AUTORELEASE(x) [x self] macro
311 # define AUTORELEASE(x) [x autorelease] macro
H A Dexc.m35 +(id)exception { return AUTORELEASE([[self alloc] initWithName:@"Super" reason:@"reason" userInfo:nil]); }
48 +(id)exception { return AUTORELEASE([self new]); }

Completed in 139 milliseconds