HomeSort by relevance Sort by last modified time
    Searched defs:NSZone (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-nullability.h 11 typedef struct _NSZone NSZone;
20 - (id)copyWithZone:(nullable NSZone *)zone;
24 - (id)mutableCopyWithZone:(nullable NSZone *)zone;
system-header-simulator-objc.h 42 typedef struct _NSZone NSZone;
51 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
52 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
56 + (id)allocWithZone:(NSZone *)zone;
63 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
  /external/clang/test/ARCMT/
Common.h 22 typedef struct _NSZone NSZone;
32 - (NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;

Completed in 147 milliseconds