HomeSort by relevance Sort by last modified time
    Searched refs:autorelease (Results 1 - 10 of 10) sorted by null

  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-nullability.h 16 - (instancetype)autorelease;
system-header-simulator-objc.h 49 - (id)autorelease;
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 16 -(id)autorelease;
  /external/clang/test/ARCMT/
Common.h 36 - (id)autorelease NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
102 return [(id)CFMakeCollectable(X) autorelease];
  /external/skqp/tools/sk_app/mac/
main_mac.mm 72 AppDelegate* appDelegate = [[[AppDelegate alloc] init] autorelease];
  /external/skia/tools/sk_app/mac/
main_mac.mm 74 AppDelegate* appDelegate = [[[AppDelegate alloc] init] autorelease];
  /external/webrtc/webrtc/test/mac/
video_renderer_mac.mm 75 pixelFormat:nil] autorelease];
  /external/google-breakpad/src/common/mac/
GTMDefines.h 385 #define GTMCFAutorelease(x) ([(id)x autorelease])
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_nsopengl.mm 558 (NSOpenGLPixelFormatAttribute*) attribs] autorelease];
598 (NSOpenGLPixelFormatAttribute*) attribs] autorelease];
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 228 RefVal autorelease() const { function in class:__anon16590::RefVal
354 Out << " [autorelease -" << ACnt << ']';
894 return FName.endswith("Autorelease");
906 case Autorelease:
    [all...]

Completed in 1548 milliseconds