Home
last modified time | relevance | path

Searched refs:readwrite (Results 1 – 25 of 102) sorted by relevance

12345

/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dreorder-synthesized-ivars.m12 @property (readwrite) BOOL boolean1;
13 @property (readwrite, copy) id object1;
14 @property (readwrite) BOOL boolean2;
15 @property (readwrite, copy) id object2;
16 @property (readwrite) BOOL boolean3;
17 @property (readwrite, copy) id object3;
18 @property (readwrite) BOOL boolean4;
19 @property (readwrite, copy) id object4;
20 @property (readwrite) BOOL boolean5;
21 @property (readwrite, copy) id object5;
[all …]
H A Dgc-weak-attribute.m8 @property (readwrite, weak) id representedObject;
9 @property (readwrite, weak) id wObject;
10 @property (readwrite, weak) __weak id wRandom;
11 @property (readwrite, assign) __weak id wAnother;
H A Datomic-aggregate-property.m19 @property (readwrite) double x;
20 @property (readwrite) struct s y;
21 @property (nonatomic, readwrite) struct s1 z;
22 @property (readwrite) struct s2 a;
H A Dcontinuation-class.m17 @property(readwrite) int object; category
18 @property(readwrite, setter = myAnotherobjectSetter:) int Anotherobject;
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dduplicate-property-class-extension.m6 @property (readwrite) char bar; // expected-note {{property declared here}}
10 @property (readwrite) char foo; // expected-note 2 {{property declared here}} category
11 @property (readwrite) char NewProperty; // expected-note 2 {{property declared here}}
12readwrite) char bar; // expected-error{{illegal redeclaration of 'readwrite' property in class ext…
16 @property (readwrite) char foo; // expected-error {{property has a previous declaration}} category
17 @property (readwrite) char NewProperty; // expected-error {{property has a previous declaration}}
22 @property (readwrite) char NewProperty; // expected-error {{property has a previous declaration}}
H A Dcontinuation-class-property.m18 @property (readwrite, copy) id foos; category
22 @property (readwrite, copy) id foos; category
41 @property (readwrite) NSString *foo; // expected-error {{type of property 'NSString *' in class ext… category
42 @property (readwrite, strong) NSRect bar; // expected-error {{type of property 'NSRect' in class ex…
59 @property (nonatomic, readwrite, assign) struct evhttp_request *httpRequest;
60 @property (nonatomic, readwrite, assign) struct S *httpRequest2;
61 @property (nonatomic, readwrite, assign) struct S1 *httpRequest3;
62 @property (nonatomic, readwrite, assign) struct S2 *httpRequest4;
H A Datomoic-property-synnthesis-rules.m209 @property(readwrite) int GetSet_ReadWriteInExt; category
210 @property(readwrite) int Get_ReadWriteInExt;
211 @property(readwrite) int Set_ReadWriteInExt;
212 @property(readwrite) int None_ReadWriteInExt;
213 @property(nonatomic,readwrite) int GetSet_Nonatomic_ReadWriteInExt;
214 @property(nonatomic,readwrite) int Get_Nonatomic_ReadWriteInExt;
215 @property(nonatomic,readwrite) int Set_Nonatomic_ReadWriteInExt;
216 @property(nonatomic,readwrite) int None_Nonatomic_ReadWriteInExt;
218 @property(readwrite) int GetSet_ReadWriteInExt_LateSynthesize;
219 @property(readwrite) int Get_ReadWriteInExt_LateSynthesize;
[all …]
H A Dcontinuation-class-err.m9 @property(readwrite, assign) id object1; // expected-note {{property declared here}}
14 @property(readwrite, copy) id object; // Ok. declaring memory model in class extension - primary ha… category
15 …claration of property in class extension 'ReadOnly' (attribute must be 'readwrite', while its prim…
16 @property (readwrite, assign) int indentLevel; // OK. assign the default in any case.
34 … redeclaration of property in class extension 'Bar' (attribute must be 'readwrite', while its prim…
35 … redeclaration of property in class extension 'Bar' (attribute must be 'readwrite', while its prim…
H A Dproperty-3.m7 @property (readwrite, copy) id d1;
8 @property (readwrite, copy) id d2;
12 …ed-warning {{attribute 'readonly' of property 'd1' restricts attribute 'readwrite' of property inh…
13 @property (readwrite, copy) I* d2;
H A Darc-setter-property-match.m14 @property (readwrite, strong) NSArray *names1; // <-- warning: Type of property....
16 @property (readwrite, strong) __strong NSArray *names2; // <-- warning: Type of property....
18 @property (readwrite, strong) __strong NSArray *names3; // <-- OK
20 @property (readwrite, strong) NSArray *names4; // <-- warning: Type of property....
H A Dproperty-in-class-extension.m32 @property (readwrite, assign) NSObject *bar; category
33 @property (readwrite, assign) NSObject *baz;
34 @property (readwrite, assign) NSObject *bam;
35 @property (readwrite, assign) NSObject *warn;
H A Dproperty-in-class-extension-1.m40 @property (readwrite, retain) NSString* none1;
44 @property (readwrite) __weak id weak_prop1;
46 @property (assign, readwrite) NSString* assignProperty;
56 …tomic, nonatomic, readonly, readwrite) float propertyName; // expected-error {{property attributes…
H A Dwarn-implicit-atomic-property.m5 @property (nonatomic, readwrite) int P; // OK
6 @property (atomic, readwrite) int P1; // OK
7 @property (readwrite) int P2; // expected-note {{property declared here}}
H A Diboutlet.m10 …not work correctly with 'nib' loader}} expected-note {{property should be changed to be readwrite}}
12 …not work correctly with 'nib' loader}} expected-note {{property should be changed to be readwrite}}
28 …not work correctly with 'nib' loader}} expected-note {{property should be changed to be readwrite}}
34 @property( readwrite ) __attribute__((iboutlet)) UILabel *autoReadOnlyReadWrite; category
35 @property( readwrite ) __attribute__((iboutlet)) UILabel *synthReadOnlyReadWrite;
H A Dtentative-property-decl.m6 are tentative as they may be overridden into a 'readwrite' property in class
23 @property(nonatomic, copy, readwrite) NSString *prop;
41 @property(nonatomic, copy, readwrite) NSString *prop;
H A Ddefault-synthesize-2.m46 @property (readwrite, assign) id uid; // expected-note {{property declared here}}
62 @property (readwrite, assign) id var;
77 @property (readwrite, assign) id var;
92 @property (readwrite, assign) id var;
107 @property (readwrite, assign) id object;
H A Ddefault-synthesize-3.m66 @property (readwrite) char isFoo; // expected-warning {{auto property synthesis will not synthesize… category
69 @property (readwrite) char isNotFree; // expected-warning {{auto property synthesis will not synthe…
103 @property (readwrite) id prop2;
107 @property (assign,readwrite) id prop; // expected-warning {{auto property synthesis will not synthe…
108 @property (assign,readwrite) id prop1; // expected-warning {{auto property synthesis will not synth…
109 @property (assign,readwrite) id prop2; // expected-warning {{auto property synthesis will not synth…
143 @property (assign, readwrite) int failureCount;
H A Dnarrow-property-type-in-cont-class.m16 @property(nonatomic,readwrite,retain) NSMutableArray* outline;
17 @property(nonatomic,readwrite,retain) NSArray* err_outline; // expected-error {{type of property 'N…
H A Dprovisional-ivar-lookup.m9 @property (readwrite, nonatomic) int foo, foo1, foo2, foo3;
10 @property (readwrite, nonatomic) int PROP;
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dproperties-class-extensions.m19 @property (readwrite) id bar; category
31 @property (readwrite) Rdar8467189_Bar *Rdar8467189_Bar; category
38 @property (assign, readwrite) id qux;
68 // CHECK: properties-class-extensions.m:19:26: ObjCPropertyDecl=bar:19:26 [readwrite,] Extent=[19:1…
85 // CHECK: properties-class-extensions.m:31:40: ObjCPropertyDecl=Rdar8467189_Bar:31:40 [readwrite,] …
93 // CHECK: properties-class-extensions.m:38:34: ObjCPropertyDecl=qux:38:34 [assign,readwrite,] Exten…
/minix3/external/bsd/llvm/dist/clang/test/FixIt/
H A Datomic-property.m11 @property (copy, atomic, readwrite) id atomic_prop1;
13 @property (copy, readwrite) id prop2;
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dproperty-synthesis-error.mm19 @property (readwrite, retain) NSMutableArray * array; category
63 @property (assign, readwrite) const TCPPObject& cppObject;
64 @property (assign, readwrite, nonatomic) const TCPPObject& ncppObject;
65 @property (assign, readwrite) const Trivial& tcppObject;
H A Dproperty-reference.mm23 @property (assign, readwrite, nonatomic) CREF_TCPPObject cppObjectNonAtomic;
24 @property (assign, readwrite) CREF_TCPPObject cppObjectAtomic;
25 @property (assign, readwrite, nonatomic) const TCPPObject& cppObjectDynamic;
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/designated-init-in-header/
H A Ddesignated-init-in-header.m1 // RUN: %clang_cc1 -objcmt-migrate-designated-init -objcmt-migrate-readwrite-property -objcmt-migra…
2 // RUN: %clang_cc1 -objcmt-migrate-designated-init -objcmt-migrate-readwrite-property -objcmt-migra…
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/whitelisted/
H A Dobjcmt-with-whitelist.m2 // RUN: %clang_cc1 -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype %s -triple x86_6…
4 // RUN: %clang_cc1 -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -objcmt-white-li…

12345