Home
last modified time | relevance | path

Searched defs:flexible (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dflexible-array.m11 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char[]' is not at… field
51 char flexible[]; field
94 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char[]' is not at… 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 at… 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
[all …]
H A Dflexible-array-arc.m19 id flexible[]; field
32 char flexible[]; field
H A Dflexible-array-bounds.m14 char flexible[0]; field
20 char flexible[1]; field
/llvm-project/clang/test/SemaObjCXX/
H A Dflexible-array.mm11 VariableSizeUnion flexible; field
16 …VariableSizeUnion flexible; // expected-error {{field 'flexible' with variable sized type 'Variabl… field
29 VariableSizeClass flexible; field
34 …VariableSizeClass flexible; // expected-error {{field 'flexible' with variable sized type 'Variabl… field
/llvm-project/lldb/test/API/lang/c/flexible-array-members/
H A Dmain.c6 char flexible[]; member
11 signed char flexible[]; member
16 unsigned char flexible[]; member
/llvm-project/llvm/unittests/Support/
H A DOptimizedStructLayoutTest.cpp33 LayoutTest &flexible(uint64_t Size, uint64_t Alignment, in flexible() function in __anon183ea9a30111::LayoutTest
/llvm-project/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp67 int flexible[]; // Don't insert padding after this field. member in WithFlexibleArray1