| /external/clang/test/ARCMT/ |
| D | atautorelease-check.m | 9 typedef struct _NSZone NSZone; typedef 24 - (id)copyWithZone:(NSZone *)zone; 28 - (id)mutableCopyWithZone:(NSZone *)zone; 35 + (id)allocWithZone:(NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; 44 + (id)copyWithZone:(NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; 45 + (id)mutableCopyWithZone:(NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
|
| /external/clang/test/Analysis/ |
| D | uninit-msg-expr.m | 14 typedef struct _NSZone NSZone; typedef 17 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end 18 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end
|
| D | analyzeOneFunction.m | 5 typedef struct _NSZone NSZone; typedef 8 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end 10 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end
|
| D | misc-ps-eager-assume.m | 7 typedef struct _NSZone NSZone; typedef 11 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; 12 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
|
| D | PR2599.m | 11 typedef struct _NSZone NSZone; typedef 18 - (id)copyWithZone:(NSZone *)zone; 20 - (id)mutableCopyWithZone:(NSZone *)zone;
|
| D | PR3991.m | 9 typedef struct _NSZone NSZone; typedef 12 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; 13 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
|
| D | CFRetainRelease_NSAssertionHandler.m | 8 typedef struct _NSZone NSZone; typedef 11 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end 12 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end
|
| D | rdar-6562655.m | 11 typedef struct _NSZone NSZone; typedef 14 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; 55 - (id)copyWithZone:(NSZone *)zone { return 0; }
|
| D | retain-release-region-store.m | 43 typedef struct _NSZone NSZone; typedef 49 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; 54 + (id)allocWithZone:(NSZone *)zone;
|
| D | NSPanel.m | 9 typedef struct _NSZone NSZone; typedef 16 - (id)copyWithZone:(NSZone *)zone; 19 - (id)mutableCopyWithZone:(NSZone *)zone;
|
| D | variadic-method-types.m | 16 typedef struct _NSZone NSZone; typedef 25 - (id)copyWithZone:(NSZone *)zone; 28 - (id)mutableCopyWithZone:(NSZone *)zone;
|
| D | pr4209.m | 8 typedef struct _NSZone NSZone; typedef 11 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; 12 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
|
| D | NoReturn.m | 16 typedef struct _NSZone NSZone; typedef 19 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; 20 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end
|
| /external/clang/test/SemaObjC/ |
| D | compare-qualified-id.m | 5 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
|
| D | property-6.m | 7 typedef struct _NSZone NSZone; typedef 17 - (id)copyWithZone:(NSZone *)zone; 21 - (id)mutableCopyWithZone:(NSZone *)zone;
|
| D | comptypes-9.m | 8 typedef struct _NSZone NSZone; typedef 16 - (id)copyWithZone:(NSZone *)zone; 20 - (id)mutableCopyWithZone:(NSZone *)zone;
|
| D | property-7.m | 4 typedef struct _NSZone NSZone; typedef 11 - (id)copyWithZone:(NSZone *)zone;
|
| D | interface-layout.m | 6 typedef struct _NSZone NSZone; typedef 13 - (id) copyWithZone:(NSZone *) zone;
|
| D | try-catch.m | 3 typedef struct _NSZone NSZone; typedef 12 - (id)copyWithZone:(NSZone *)zone;
|
| D | property-8.m | 5 typedef struct _NSZone NSZone; typedef 10 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end 11 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end
|
| D | weak-attr-ivar.m | 5 typedef struct _NSZone NSZone; typedef 10 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; 12 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
|
| D | interface-scope-2.m | 9 typedef struct _NSZone NSZone; typedef 16 - (id)copyWithZone:(NSZone *)zone; 19 - (id)mutableCopyWithZone:(NSZone *)zone;
|
| D | method-conflict.m | 5 typedef struct _NSZone NSZone; typedef 8 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; 9 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
|
| /external/clang/test/Rewriter/ |
| D | rewrite-super-message.mm | 27 + (id)allocWithZone:(NSZone *)zone; 35 + (id)allocWithZone:(NSZone *)zone {
|
| /external/clang/test/Analysis/inlining/ |
| D | path-notes.m | 22 typedef struct _NSZone NSZone; typedef 27 - (id)copyWithZone:(NSZone *)zone; 30 - (id)mutableCopyWithZone:(NSZone *)zone;
|