Home
last modified time | relevance | path

Searched defs:NSZone (Results 1 – 25 of 89) sorted by relevance

1234

/external/clang/test/ARCMT/
Datautorelease-check.m10 typedef struct _NSZone NSZone; typedef
25 - (id)copyWithZone:(NSZone *)zone;
29 - (id)mutableCopyWithZone:(NSZone *)zone;
36 + (id)allocWithZone:(NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
45 + (id)copyWithZone:(NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
46 + (id)mutableCopyWithZone:(NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
/external/clang/test/Analysis/
Duninit-msg-expr.m14 typedef struct _NSZone NSZone; typedef
17 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end
18 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end
DanalyzeOneFunction.m5 typedef struct _NSZone NSZone; typedef
8 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end
10 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end
DPR2599.m11 typedef struct _NSZone NSZone; typedef
18 - (id)copyWithZone:(NSZone *)zone;
20 - (id)mutableCopyWithZone:(NSZone *)zone;
Dmisc-ps-eager-assume.m7 typedef struct _NSZone NSZone; typedef
11 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
12 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
DPR3991.m8 typedef struct _NSZone NSZone; typedef
11 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
12 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
DCFRetainRelease_NSAssertionHandler.m8 typedef struct _NSZone NSZone; typedef
11 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end
12 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end
DNSContainers.m4 typedef struct _NSZone NSZone; typedef
9 - (id)copyWithZone:(NSZone *)zone;
12 - (id)mutableCopyWithZone:(NSZone *)zone;
Drdar-6562655.m11 typedef struct _NSZone NSZone; typedef
14 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
55 - (id)copyWithZone:(NSZone *)zone { return 0; }
Dretain-release-region-store.m43 typedef struct _NSZone NSZone; typedef
49 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
54 + (id)allocWithZone:(NSZone *)zone;
DNoReturn.m16 typedef struct _NSZone NSZone; typedef
19 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
20 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end
Dblocks.m18 typedef struct _NSZone NSZone; typedef
24 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end
25 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end
DCheckNSError.m6 typedef struct _NSZone NSZone; typedef
9 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end
Dpr_2542_rdar_6793404.m7 typedef struct _NSZone NSZone; typedef
15 - (id)copyWithZone:(NSZone *)zone;
/external/clang/test/Rewriter/
Drewrite-super-message.mm27 + (id)allocWithZone:(NSZone *)zone;
35 + (id)allocWithZone:(NSZone *)zone {
/external/clang/test/SemaObjC/
Dproperty-7.m4 typedef struct _NSZone NSZone; typedef
11 - (id)copyWithZone:(NSZone *)zone;
Dcompare-qualified-id.m5 typedef struct _NSZone NSZone; typedef
8 … - (id)copyWithZone:(NSZone *)zone; @end // expected-note {{method 'copyWithZone:' declared here}}
9 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end
Dinterface-layout.m6 typedef struct _NSZone NSZone; typedef
13 - (id) copyWithZone:(NSZone *) zone;
Dtry-catch.m3 typedef struct _NSZone NSZone; typedef
12 - (id)copyWithZone:(NSZone *)zone;
Dproperty-6.m7 typedef struct _NSZone NSZone; typedef
17 - (id)copyWithZone:(NSZone *)zone;
21 - (id)mutableCopyWithZone:(NSZone *)zone;
Dcomptypes-9.m8 typedef struct _NSZone NSZone; typedef
16 - (id)copyWithZone:(NSZone *)zone;
20 - (id)mutableCopyWithZone:(NSZone *)zone;
Dproperty-8.m5 typedef struct _NSZone NSZone; typedef
10 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end
11 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end
Dweak-attr-ivar.m5 typedef struct _NSZone NSZone; typedef
10 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
12 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRRuleReturnScope.m66 {
/external/webkit/Source/WebCore/bindings/objc/
DDOMObject.mm61 {

1234