Lines Matching defs:y
7 id __weak y; field
11 @property(strong) id y; property
18 id __weak y; field
22 @property(retain) id y; property
29 id __weak y; field
33 @property(copy) id y; property
41 @property(strong) __weak id y; // expected-error {{strong property 'y' may not also be declared __w… property
47 @property(retain) __weak id y; // expected-error {{strong property 'y' may not also be declared __w… property
53 @property(copy) __weak id y; // expected-error {{strong property 'y' may not also be declared __wea… property
59 @property(assign) __weak id y; // expected-error {{property attributes 'assign' and 'weak' are mutu… property
65 @property(unsafe_unretained) __weak id y; // expected-error {{property attributes 'unsafe_unretaine… property