Searched refs:autorelease (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-nullability.h16 - (instancetype)autorelease;
H A Dsystem-header-simulator-objc.h49 - (id)autorelease;
/external/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.h16 -(id)autorelease;
/external/clang/test/ARCMT/
H A DCommon.h36 - (id)autorelease NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
102 return [(id)CFMakeCollectable(X) autorelease];
/external/webrtc/webrtc/test/mac/
H A Dvideo_renderer_mac.mm75 pixelFormat:nil] autorelease];
/external/google-breakpad/src/common/mac/
H A DGTMDefines.h385 #define GTMCFAutorelease(x) ([(id)x autorelease])
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_nsopengl.mm558 (NSOpenGLPixelFormatAttribute*) attribs] autorelease];
598 (NSOpenGLPixelFormatAttribute*) attribs] autorelease];
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp228 RefVal autorelease() const { function in class:__anon2024::RefVal
354 Out << " [autorelease -" << ACnt << ']';
1597 // Create the "autorelease" selector.
1599 addNSObjectMethSummary(GetNullarySelector("autorelease", Ctx), Summ);
1624 // Don't track allocated autorelease pools, as it is okay to prematurely
2104 // Did an autorelease message get sent?
2164 os << "In GC mode an 'autorelease' has no effect.";
3210 // Update the autorelease counts.
3211 V = V.autorelease();
3491 // Update the autorelease count
[all...]

Completed in 301 milliseconds