Home
last modified time | relevance | path

Searched refs:NSZone (Results 1 – 25 of 205) sorted by relevance

123456789

/external/llvm/test/CodeGen/PowerPC/
Dtrampoline.ll10 %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 …__block_1, %struct.__block_1* %__block_holder_tmp_1.0, i32 0, i32 1 ; <%struct.NSZone**> [#uses=1]
96 %21 = load %struct.NSZone*, %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/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dtrampoline.ll10 %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/
Datautorelease-check.m9 typedef struct _NSZone NSZone; typedef
20 - (NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
24 - (id)copyWithZone:(NSZone *)zone; argument
28 - (id)mutableCopyWithZone:(NSZone *)zone; argument
35 + (id)allocWithZone:(NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; argument
44 + (id)copyWithZone:(NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; argument
45 + (id)mutableCopyWithZone:(NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; argument
48 extern void NSRecycleZone(NSZone *zone);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRBaseTree.h77 - (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/
DANTLRBaseTree.h77 - (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/Current/Headers/
DANTLRBaseTree.h77 - (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/Framework/
DANTLRBaseTree.h79 - (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;
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-for-nullability.h11 typedef struct _NSZone NSZone; typedef
20 - (id)copyWithZone:(nullable NSZone *)zone;
24 - (id)mutableCopyWithZone:(nullable NSZone *)zone;
Dsystem-header-simulator-objc.h42 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);
/external/clang/test/Analysis/
Drdar-6562655.m11 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
DPR3991.m9 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);
DCFRetainRelease_NSAssertionHandler.m8 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);
DanalyzeOneFunction.m5 typedef struct _NSZone NSZone; typedef
8 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end argument
10 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end argument
Duninit-ps-rdar6145427.m8 typedef struct _NSZone NSZone; typedef
11 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end argument
17 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Duninit-msg-expr.m14 typedef struct _NSZone NSZone; typedef
17 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end argument
18 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end argument
Dmethod-arg-decay.m5 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);
/external/clang/test/SemaObjC/
Dinterface-layout.m6 typedef struct _NSZone NSZone; typedef
13 - (id) copyWithZone:(NSZone *) zone; argument
19 extern id NSAllocateObject (Class aClass, NSUInteger extraBytes, NSZone * zone);
Dweak-attr-ivar.m5 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);
Dmethod-conflict.m5 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);
Dproperty-6.m7 typedef struct _NSZone NSZone; typedef
17 - (id)copyWithZone:(NSZone *)zone; argument
21 - (id)mutableCopyWithZone:(NSZone *)zone; argument
Dcompare-qualified-id.m5 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
Dcomptypes-9.m8 typedef struct _NSZone NSZone; typedef
16 - (id)copyWithZone:(NSZone *)zone; argument
20 - (id)mutableCopyWithZone:(NSZone *)zone; argument
Dproperty-8.m5 typedef struct _NSZone NSZone; typedef
10 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end argument
11 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end argument
/external/clang/test/Rewriter/
Drewrite-super-message.mm22 @class NSZone;
27 + (id)allocWithZone:(NSZone *)zone; argument
35 + (id)allocWithZone:(NSZone *)zone { argument
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h142 - (instancetype)deepCopyWithZone:(NSZone *)zone
205 - (instancetype)deepCopyWithZone:(NSZone *)zone
268 - (instancetype)deepCopyWithZone:(NSZone *)zone
331 - (instancetype)deepCopyWithZone:(NSZone *)zone
394 - (instancetype)deepCopyWithZone:(NSZone *)zone

123456789