Lines Matching full:property
17 @property int x;
18 @property int y;
19 @property int z;
20 @property(readonly) int ro;
21 @property(assign) id ob0;
22 @property(retain) id ob1;
23 @property(copy) id ob2;
24 @property(retain, nonatomic) id ob3;
25 @property(copy, nonatomic) id ob4;
47 @property int dyn;
81 // Test aggregate initialization from property reads.
82 // Not crashing is good enough for the property-specific test.
86 @property struct test3_struct s;
95 @property float f;
110 @property unsigned x;
118 @property void (*prop)(void);
128 @property unsigned char x;