Lines Matching defs:z
8 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}} field
12 @property(strong) id z; property
25 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}} field
29 @property(retain) id z; property
42 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}} field
46 @property(copy) id z; property
57 @property(strong) __autoreleasing id z; // expected-error {{strong property 'z' may not also be dec… property
62 @property(retain) __autoreleasing id z; // expected-error {{strong property 'z' may not also be dec… property
67 @property(copy) __autoreleasing id z; // expected-error {{strong property 'z' may not also be decla… property
77 @property(assign) id z; property
92 @property(unsafe_unretained) id z; property