• Home
  • Raw
  • Download

Lines Matching refs:flexible

6   char flexible[];
11 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a… field
20 …char flexible[]; // expected-warning {{field 'flexible' with variable sized type 'char []' is not …
27 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a…
28 …// expected-warning@-1 {{field 'flexible' with variable sized type 'char []' is not visible to sub…
34 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a…
35 …// expected-warning@-1 {{field 'flexible' with variable sized type 'char []' is not visible to sub…
41 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a…
51 char flexible[]; field
62 …char flexible[]; // expected-warning {{field 'flexible' with variable sized type 'char []' is not …
69 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a…
70 …// expected-warning@-1 {{field 'flexible' with variable sized type 'char []' is not visible to sub…
76 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a…
94 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a… field
95 …// expected-warning@-1 {{field 'flexible' with variable sized type 'char []' is not visible to sub…
102 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a…
103 …// expected-warning@-1 {{field 'flexible' with variable sized type 'char []' is not visible to sub…
115 char flexible[]; // expected-error {{instance variables may not be placed in categories}}
123 @property char flexible[]; // expected-error {{property cannot have array or function type 'char []… property
129 char flexible[];
139 char flexible[]; field
148 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a…
157 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a… field
175 struct Packet flexible; field
180 …struct Packet flexible; // expected-error {{field 'flexible' with variable sized type 'struct Pack… field
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 …
203 …struct Packet flexible; // expected-error {{field 'flexible' with variable sized type 'struct Pack… field
214 @property struct Packet flexible; // expected-error {{synthesized property with variable size type … property
220 @property struct Packet flexible; // expected-error {{synthesized property with variable size type … property
229 @property struct Packet flexible; property
237 char flexible[]; // expected-note6 {{'flexible' declared here}}
247 …int last; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with varia…
254 …int last; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with varia…
261 …int last; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with varia…
269 @synthesize count; // expected-warning {{field 'count' can overwrite instance variable 'flexible' w…
273 …int last; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with varia…
286 …int last; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with varia…