Searched refs:readwrite (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/property/
H A Dat-property-28.mm21 @property (readwrite, copy) id property1; /* { dg-warning "assign semantics attributes of property .property1. conflict with previous declaration" } */
22 @property (readwrite, nonatomic) int property2; /* { dg-warning ".nonatomic. attribute of property .property2. conflicts with previous declaration" } */
23 @property (readwrite, getter=x) int property3; /* { dg-warning ".getter. attribute of property .property3. conflicts with previous declaration" } */
24 @property (readwrite) int property4; /* Ok */
25 @property (readwrite) float property5; /* { dg-warning "type of property .property5. conflicts with previous declaration" } */
H A Ddotsyntax-22.mm9 @property(assign,readwrite) SomeType position;
H A Dat-property-27.mm5 /* Test overriding a readonly @property with a readwrite one in a class extension. */
41 @property (readwrite, getter=number1, setter=setNumber1:) int count1;
45 @property (readwrite, getter=number2, setter=setNumber2:) int count2;
H A Dat-property-4.mm21 @property (readwrite) int property_e;
30 @property (readonly, readwrite) int a; /* { dg-error ".readonly. attribute conflicts with .readwrite. attribute" } */
H A Dat-property-18.mm42 @property (readwrite) int h; /* Ok */
H A Dat-property-16.mm44 @property (readwrite) int h; /* Ok */
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/property/
H A Dat-property-28.m21 @property (readwrite, copy) id property1; /* { dg-warning "assign semantics attributes of property .property1. conflict with previous declaration" } */
22 @property (readwrite, nonatomic) int property2; /* { dg-warning ".nonatomic. attribute of property .property2. conflicts with previous declaration" } */
23 @property (readwrite, getter=x) int property3; /* { dg-warning ".getter. attribute of property .property3. conflicts with previous declaration" } */
24 @property (readwrite) int property4; /* Ok */
25 @property (readwrite) float property5; /* { dg-warning "type of property .property5. conflicts with previous declaration" } */
H A Ddotsyntax-22.m9 @property(assign,readwrite) SomeType position;
H A Dat-property-27.m5 /* Test overriding a readonly @property with a readwrite one in a class extension. */
41 @property (readwrite, getter=number1, setter=setNumber1:) int count1;
45 @property (readwrite, getter=number2, setter=setNumber2:) int count2;
H A Dat-property-4.m21 @property (readwrite) int property_e;
30 @property (readonly, readwrite) int a; /* { dg-error ".readonly. attribute conflicts with .readwrite. attribute" } */
H A Dat-property-18.m43 @property (readwrite) int h; /* Ok */
H A Dat-property-16.m51 @property (readwrite) int h; /* Ok */
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dinquire_16.f9013 readwrite=s_readwrite)
19 readwrite=s_readwrite)
25 readwrite=s_readwrite)
/haiku-buildtools/binutils/gas/testsuite/gas/alpha/
H A Delf-reloc-8.s85 .ent readwrite
86 readwrite: label
90 $readwrite..ng:
101 .end readwrite
125 .quad readwrite
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/alpha/
H A Delf-reloc-8.s85 .ent readwrite
86 readwrite: label
90 $readwrite..ng:
101 .end readwrite
125 .quad readwrite
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-io.c1397 if (p->readwrite)
1399 p->readwrite);
H A Dgfortran.h2252 *write, *readwrite, *delim, *pad, *iolength, *iomsg, *convert, *strm_pos, member in struct:__anon133
H A Dfrontend-passes.c2237 WALK_SUBEXPR (co->ext.inquire->readwrite);

Completed in 210 milliseconds