Lines Matching defs:flexible
11 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a… field
51 char flexible[]; field
94 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char []' is not a… field
121 char _flexible[]; field
123 @property char flexible[]; // expected-error {{property cannot have array or function type 'char []… property
139 char flexible[]; field
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
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