HomeSort by relevance Sort by last modified time
    Searched full:readwrite (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/SemaObjC/
duplicate-property-class-extension.m 6 @property (readwrite) char bar; // expected-note {{property declared here}}
10 @property (readwrite) char foo; // expected-note 2 {{property declared here}}
11 @property (readwrite) char NewProperty; // expected-note 2 {{property declared here}}
12 @property (readwrite) char bar; // expected-error{{illegal redeclaration of 'readwrite' property in class extension 'Foo' (perhaps you intended this to be a 'readwrite' redeclaration of a 'readonly' public property?)}}
16 @property (readwrite) char foo; // expected-error {{property has a previous declaration}}
17 @property (readwrite) char NewProperty; // expected-error {{property has a previous declaration}}
22 @property (readwrite) char NewProperty; // expected-error {{property has a previous declaration}}
warn-implicit-atomic-property.m 5 @property (nonatomic, readwrite) int P; // OK
6 @property (atomic, readwrite) int P1; // OK
7 @property (readwrite) int P2; // expected-note {{property declared here}}
property-3.m 7 @property (readwrite, copy) id d1;
8 @property (readwrite, copy) id d2;
12 @property (readonly) id d1; // expected-warning {{attribute 'readonly' of property 'd1' restricts attribute 'readwrite' of property inherited from 'I'}} expected-warning {{'copy' attribute on property 'd1' does not match the property inherited from 'I'}}
13 @property (readwrite, copy) I* d2;
continuation-class-property.m 18 @property (readwrite, copy) id foos;
22 @property (readwrite, copy) id foos;
41 @property (readwrite) NSString *foo; // expected-error {{type of property 'NSString *' in class extension does not match property type in primary class}}
42 @property (readwrite, strong) NSRect bar; // expected-error {{type of property 'NSRect' in class extension does not match property type in primary class}}
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;
continuation-class-err.m 9 @property(readwrite, assign) id object1; // expected-note {{property declared here}}
14 @property(readwrite, copy) id object; // Ok. declaring memory model in class extension - primary has none.
15 @property(readonly) id object1; // expected-error {{illegal redeclaration of property in class extension 'ReadOnly' (attribute must be 'readwrite', while its primary must be 'readonly')}}
16 @property (readwrite, assign) int indentLevel; // OK. assign the default in any case.
34 @property (copy) id foo; // expected-error {{illegal redeclaration of property in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly')}}
35 @property (copy) id fee; // expected-error {{illegal redeclaration of property in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly')}}
narrow-property-type-in-cont-class.m 16 @property(nonatomic,readwrite,retain) NSMutableArray* outline;
17 @property(nonatomic,readwrite,retain) NSArray* err_outline; // expected-error {{type of property 'NSArray *' in class extension does not match property type in primary class}}
arc-setter-property-match.m 14 @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....
property-in-class-extension.m 32 @property (readwrite, assign) NSObject *bar;
33 @property (readwrite, assign) NSObject *baz;
34 @property (readwrite, assign) NSObject *bam;
35 @property (readwrite, assign) NSObject *warn;
property-in-class-extension-1.m 40 @property (readwrite, retain) NSString* none1;
44 @property (readwrite) __weak id weak_prop1;
46 @property (assign, readwrite) NSString* assignProperty;
56 @property (atomic, nonatomic, readonly, readwrite) float propertyName; // expected-error {{property attributes 'readonly' and 'readwrite' are mutually exclusive}} \
atomoic-property-synnthesis-rules.m 209 @property(readwrite) int GetSet_ReadWriteInExt;
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...]
provisional-ivar-lookup.m 9 @property (readwrite, nonatomic) int foo, foo1, foo2, foo3;
10 @property (readwrite, nonatomic) int PROP;
no-gc-weak-test.m 8 @property(nonatomic,readwrite,assign) id __weak delegate;
synthesize-setter-contclass.m 13 @property (readwrite) int itIsOrItAint;
tentative-property-decl.m 6 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;
  /external/clang/test/CodeGenObjC/
reorder-synthesized-ivars.m 12 @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...]
gc-weak-attribute.m 8 @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;
continuation-class.m 17 @property(readwrite) int object;
18 @property(readwrite, setter = myAnotherobjectSetter:) int Anotherobject;
  /external/fio/t/jobs/
t0002-13af05ae-post 9 readwrite=read
23 readwrite=rw
t0002-13af05ae-pre 9 readwrite=write
21 readwrite=rw
t0003-0ae2c6e1-pre.fio 9 readwrite=write
t0008-ae2fafc8.fio 6 rw=readwrite
t0003-0ae2c6e1-post.fio 11 readwrite=read
t0004-8a99fdf6.fio 11 readwrite=write
  /external/clang/test/ARCMT/designated-init-in-header/
designated-init-in-header.m 1 // RUN: %clang_cc1 -objcmt-migrate-designated-init -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -x objective-c %S/file1.m.in -triple x86_64-apple-darwin11 -fobjc-arc -migrate -o %t1.remap
2 // RUN: %clang_cc1 -objcmt-migrate-designated-init -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -x objective-c %S/file2.m.in -triple x86_64-apple-darwin11 -fobjc-arc -migrate -o %t2.remap
  /external/clang/test/FixIt/
atomic-property.m 11 @property (copy, atomic, readwrite) id atomic_prop1;
13 @property (copy, readwrite) id prop2;

Completed in 137 milliseconds

1 2 3 4 5 6 7 8 9