/external/llvm/test/CodeGen/PowerPC/ |
D | trampoline.ll | 10 %struct.NSZone = type opaque 11 %struct.__block_1 = type { %struct.__invoke_impl, %struct.NSZone*, %struct.NSBitmapImageRep** } 37 …objc_object* (%struct.NSBitmapImageRep*, %struct.objc_selector*, %struct.NSZone*)* @"-[NSBitmapIma… 47 …]"(%struct.NSBitmapImageRep* %self, %struct.objc_selector* %_cmd, %struct.NSZone* %zone) nounwind { 51 %zone_addr = alloca %struct.NSZone* ; <%struct.NSZone**> [#uses=2] 64 store %struct.NSZone* %zone, %struct.NSZone** %zone_addr 95 …%20 = getelementptr %struct.__block_1* %__block_holder_tmp_1.0, i32 0, i32 1 ; <%struct.NSZone**>… 96 %21 = load %struct.NSZone** %zone_addr, align 4 ; <%struct.NSZone*> [#uses=1] 97 store %struct.NSZone* %21, %struct.NSZone** %20, align 4 125 %zone = alloca %struct.NSZone* ; <%struct.NSZone**> [#uses=2] [all …]
|
/external/clang/test/ARCMT/ |
D | atautorelease-check.m | 10 typedef struct _NSZone NSZone; typedef 21 - (NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; 25 - (id)copyWithZone:(NSZone *)zone; argument 29 - (id)mutableCopyWithZone:(NSZone *)zone; argument 36 + (id)allocWithZone:(NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; argument 45 + (id)copyWithZone:(NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; argument 46 + (id)mutableCopyWithZone:(NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; argument 49 extern void NSRecycleZone(NSZone *zone);
|
/external/clang/test/SemaObjC/ |
D | interface-layout.m | 6 typedef struct _NSZone NSZone; typedef 13 - (id) copyWithZone:(NSZone *) zone; argument 19 extern id NSAllocateObject (Class aClass, NSUInteger extraBytes, NSZone * zone);
|
D | weak-attr-ivar.m | 5 typedef struct _NSZone NSZone; typedef 10 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; argument 12 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; argument 18 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | property-6.m | 7 typedef struct _NSZone NSZone; typedef 17 - (id)copyWithZone:(NSZone *)zone; argument 21 - (id)mutableCopyWithZone:(NSZone *)zone; argument
|
D | method-conflict.m | 5 typedef struct _NSZone NSZone; typedef 8 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; argument 9 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; argument 13 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | compare-qualified-id.m | 5 typedef struct _NSZone NSZone; typedef 8 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end // expected-note {{method 'copyWithZon… argument 9 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end argument
|
D | property-8.m | 5 typedef struct _NSZone NSZone; typedef 10 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end argument 11 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end argument
|
D | comptypes-9.m | 8 typedef struct _NSZone NSZone; typedef 16 - (id)copyWithZone:(NSZone *)zone; argument 20 - (id)mutableCopyWithZone:(NSZone *)zone; argument
|
D | property-7.m | 4 typedef struct _NSZone NSZone; typedef 11 - (id)copyWithZone:(NSZone *)zone; argument
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRBaseTree.h | 77 - (id) copyWithZone:(NSZone *)aZone; // the children themselves are not copied here! 79 - (id) deepCopyWithZone:(NSZone *)aZone; 151 - (id) copyWithZone:(NSZone *)aZone; 153 - (id) deepCopyWithZone:(NSZone *)aZone; 173 - (id) copyWithZone:(NSZone *)aZone;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRBaseTree.h | 77 - (id) copyWithZone:(NSZone *)aZone; // the children themselves are not copied here! 79 - (id) deepCopyWithZone:(NSZone *)aZone; 151 - (id) copyWithZone:(NSZone *)aZone; 153 - (id) deepCopyWithZone:(NSZone *)aZone; 173 - (id) copyWithZone:(NSZone *)aZone;
|
D | ANTLRTree.h | 106 - (id) copyWithZone:(NSZone *)aZone; // the children themselves are not copied here! 108 - (id) deepCopyWithZone:(NSZone *)aZone;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRBaseTree.h | 77 - (id) copyWithZone:(NSZone *)aZone; // the children themselves are not copied here! 79 - (id) deepCopyWithZone:(NSZone *)aZone; 151 - (id) copyWithZone:(NSZone *)aZone; 153 - (id) deepCopyWithZone:(NSZone *)aZone; 173 - (id) copyWithZone:(NSZone *)aZone;
|
/external/clang/test/Analysis/ |
D | rdar-6562655.m | 11 typedef struct _NSZone NSZone; typedef 14 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; argument 17 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone); 55 - (id)copyWithZone:(NSZone *)zone { return 0; } argument
|
D | PR3991.m | 9 typedef struct _NSZone NSZone; typedef 12 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; argument 13 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; argument 17 @end extern id <NSObject> NSAllocateObject(Class aClass, unsigned extraBytes, NSZone *zone);
|
D | CFRetainRelease_NSAssertionHandler.m | 8 typedef struct _NSZone NSZone; typedef 11 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end argument 12 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end argument 15 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | uninit-ps-rdar6145427.m | 8 typedef struct _NSZone NSZone; typedef 11 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end argument 17 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | analyzeOneFunction.m | 5 typedef struct _NSZone NSZone; typedef 8 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end argument 10 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end argument
|
D | uninit-msg-expr.m | 14 typedef struct _NSZone NSZone; typedef 17 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end argument 18 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end argument
|
D | NoReturn.m | 16 typedef struct _NSZone NSZone; typedef 19 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; argument 20 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end argument 23 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
/external/clang/test/Rewriter/ |
D | rewrite-super-message.mm | 22 @class NSZone; 27 + (id)allocWithZone:(NSZone *)zone; argument 35 + (id)allocWithZone:(NSZone *)zone { argument
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBaseTree.h | 79 - (id) copyWithZone:(NSZone *)aZone; // the children themselves are not copied here! 81 - (id) deepCopyWithZone:(NSZone *)aZone; 155 - (id) copyWithZone:(NSZone *)aZone; 157 - (id) deepCopyWithZone:(NSZone *)aZone; 181 - (id) copyWithZone:(NSZone *)aZone;
|
D | ANTLRTree.h | 112 - (id) copyWithZone:(NSZone *)aZone; // the children themselves are not copied here! 114 - (id) deepCopyWithZone:(NSZone *)aZone;
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-objc.h | 42 typedef struct _NSZone NSZone; typedef 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);
|