Lines Matching full:warning
8 // expected-warning@+1{{Excessive padding in 'struct FieldAttrAlign' (6 padding}}
15 // expected-warning@+1{{Excessive padding in 'struct FieldAttrOverAlign' (10 padding}}
25 struct LeadingChar { // no-warning
30 struct TrailingChar { // no-warning
35 struct Helpless { // no-warning
43 struct SquishedIntSandwich { // no-warning
51 struct IntSandwich { // expected-warning{{Excessive padding in 'struct IntSandwich'}}
57 struct TurDuckHen { // expected-warning{{Excessive padding in 'struct TurDuckHen'}}
65 struct SmallIntSandwich { // expected-warning{{Excessive padding in 'struct SmallIntSandwich'}}
76 union SomeUnion { // no-warning
82 struct HoldsAUnion { // expected-warning{{Excessive padding in 'struct HoldsAUnion'}}
88 struct BigCharArray { // no-warning
92 struct SmallCharArray { // no-warning
96 struct MediumIntArray { // no-warning
100 struct LargeSizeToSmallSize { // expected-warning{{Excessive padding in 'struct LargeSizeToSmallSize'}}
106 struct LargeAlignToSmallAlign { // no-warning
114 struct HoldsVLA { // no-warning
123 struct HoldsBitfield { // no-warning
132 typedef struct { // expected-warning{{Excessive padding in 'TypedefSandwich'}}
138 // expected-warning@+1{{Excessive padding in 'struct StructAttrAlign' (10 padding}}
145 struct CorrectOverlyAlignedChar { // no-warning
154 struct OverlyAlignedChar { // expected-warning{{Excessive padding in 'struct OverlyAlignedChar'}}
161 struct HoldsOverlyAlignedChar { // expected-warning{{Excessive padding in 'struct HoldsOverlyAlignedChar'}}
168 struct X { // expected-warning{{Excessive padding in 'struct X'}}
177 typedef struct { // expected-warning{{Excessive padding in 'S'}}
186 struct { // expected-warning{{Excessive padding in 'struct (anonymous}}
193 struct CorrectDefaultAttrAlign { // no-warning
199 struct TooSmallShortSandwich { // no-warning
205 // expected-warning@+1{{Excessive padding in 'struct SmallArrayShortSandwich'}}
212 // expected-warning@+1{{Excessive padding in 'struct SmallArrayInFunc'}}
223 // xxxexpected-warning@+1{{Excessive padding in 'struct SmallArrayInStruct'}}