Lines Matching refs:exclusive
6 …int p0; // expected-error {{property attributes 'readonly' and 'readwrite' are mutually exclusive}}
13 …opy) id p3_0; // expected-error {{property attributes 'assign' and 'copy' are mutually exclusive}}
14 …n) id p3_1; // expected-error {{property attributes 'assign' and 'retain' are mutually exclusive}}
15 …g) id s3_1; // expected-error {{property attributes 'assign' and 'strong' are mutually exclusive}}
16 …ain) id p3_2; // expected-error {{property attributes 'copy' and 'retain' are mutually exclusive}}
17 …ong) id s3_2; // expected-error {{property attributes 'copy' and 'strong' are mutually exclusive}}
18 …ign' and 'copy' are mutually exclusive}}, expected-error {{property attributes 'assign' and 'retai…
19 …ign' and 'copy' are mutually exclusive}}, expected-error {{property attributes 'assign' and 'stron…
21 …0; // expected-error {{property attributes 'unsafe_unretained' and 'copy' are mutually exclusive}}
22 … // expected-error {{property attributes 'unsafe_unretained' and 'retain' are mutually exclusive}}
23 … // expected-error {{property attributes 'unsafe_unretained' and 'strong' are mutually exclusive}}
24 …and 'copy' are mutually exclusive}}, expected-error {{property attributes 'unsafe_unretained' and …
25 …and 'copy' are mutually exclusive}}, expected-error {{property attributes 'unsafe_unretained' and …