Lines Matching refs:variable
12 int last; // expected-note {{next instance variable declaration is here}}
20 …char flexible[]; // expected-warning {{field 'flexible' with variable sized type 'char[]' is not v…
28 …// expected-warning@-1 {{field 'flexible' with variable sized type 'char[]' is not visible to subc…
29 int last; // expected-note {{next instance variable declaration is here}}
35 …// expected-warning@-1 {{field 'flexible' with variable sized type 'char[]' is not visible to subc…
36 int last; // expected-note {{next instance variable declaration is here}}
45 int last; // expected-note {{next instance variable declaration is here}}
62 …char flexible[]; // expected-warning {{field 'flexible' with variable sized type 'char[]' is not v…
70 …// expected-warning@-1 {{field 'flexible' with variable sized type 'char[]' is not visible to subc…
71 int last; // expected-note {{next instance variable declaration is here}}
80 int last; // expected-note {{next instance variable declaration is here}}
87 int last; // expected-note {{next instance variable declaration is here}}
95 …// expected-warning@-1 {{field 'flexible' with variable sized type 'char[]' is not visible to subc…
103 …// expected-warning@-1 {{field 'flexible' with variable sized type 'char[]' is not visible to subc…
107 int last; // expected-note {{next instance variable declaration is here}}
119 // ## Synthesized instance variable.
153 @synthesize count = _elementsCount; // expected-note {{next synthesized instance variable is here}}
159 @property int count; // expected-note {{next synthesized instance variable is here}}
180 …struct Packet flexible; // expected-error {{field 'flexible' with variable sized type 'struct Pack…
181 int last; // expected-note {{next instance variable declaration is here}}
189 …struct Packet flexible; // expected-warning {{field 'flexible' with variable sized type 'struct Pa…
196 …struct Packet flexible; // expected-error {{field 'flexible' with variable sized type 'struct Pack…
197 …// expected-warning@-1 {{field 'flexible' with variable sized type 'struct Packet' is not visible …
198 int last; // expected-note {{next instance variable declaration is here}}
203 …struct Packet flexible; // expected-error {{field 'flexible' with variable sized type 'struct Pack…
207 int last; // expected-note {{next instance variable declaration is here}}
211 // ## Synthesized instance variable.
214 …ected-error {{synthesized property with variable size type 'struct Packet' requires an existing in…
220 …ected-error {{synthesized property with variable size type 'struct Packet' requires an existing in…
247 …; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with variable size…
254 …; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with variable size…
261 …; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with variable size…
269 … // expected-warning {{field 'count' can overwrite instance variable 'flexible' with variable size…
273 …; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with variable size…
286 …; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with variable size…