Searched defs:flexible (Results 1 – 7 of 7) sorted by relevance
11 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char[]' is not at… field51 char flexible[]; field94 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char[]' is not at… field121 char _flexible[]; field123 @property char flexible[]; // expected-error {{property cannot have array or function type 'char[]'… property139 char flexible[]; field157 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char[]' is not at… field175 struct Packet flexible; field180 …struct Packet flexible; // expected-error {{field 'flexible' with variable sized type 'struct Pack… field203 …struct Packet flexible; // expected-error {{field 'flexible' with variable sized type 'struct Pack… field[all …]
19 id flexible[]; field32 char flexible[]; field
14 char flexible[0]; field20 char flexible[1]; field
11 VariableSizeUnion flexible; field16 …VariableSizeUnion flexible; // expected-error {{field 'flexible' with variable sized type 'Variabl… field29 VariableSizeClass flexible; field34 …VariableSizeClass flexible; // expected-error {{field 'flexible' with variable sized type 'Variabl… field
6 char flexible[]; member11 signed char flexible[]; member16 unsigned char flexible[]; member
33 LayoutTest &flexible(uint64_t Size, uint64_t Alignment, in flexible() function in __anon183ea9a30111::LayoutTest
67 int flexible[]; // Don't insert padding after this field. member in WithFlexibleArray1