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

  /external/clang/test/ARCMT/
Common.h 22 typedef struct _NSZone NSZone;
32 - (NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
  /external/clang/test/Analysis/Inputs/
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);

Completed in 128 milliseconds