Lines Matching full:__weak
7 __weak id II;
8 __weak id WID;
10 __weak INTF* AWEAK;
11 __weak INTF* WI;
13 @property (assign) __weak id pweak;
14 @property (assign) __weak id WID;
18 @property (assign) __weak INTF* WI;
22 @synthesize pweak=IVAR; // expected-error {{existing instance variable 'IVAR' for __weak property 'pweak' must be __weak}}
23 @synthesize NOT=II; // expected-error {{existing instance variable 'II' for strong property 'NOT' may not be __weak}}
26 @synthesize AWEAK; // expected-error {{existing instance variable 'AWEAK' for strong property 'AWEAK' may not be __weak}}