Lines Matching refs:packed
17 } __attribute__((packed));
20 int i; // expected-warning {{packed attribute is unnecessary for 'i'}}
22 } __attribute__((packed));
49 struct S9 { // expected-warning {{packed attribute is unnecessary for 'S9'}}
50 int x; // expected-warning {{packed attribute is unnecessary for 'x'}}
51 int y; // expected-warning {{packed attribute is unnecessary for 'y'}}
52 } __attribute__((packed));
54 struct S10 { // expected-warning {{packed attribute is unnecessary for 'S10'}}
55 int x; // expected-warning {{packed attribute is unnecessary for 'x'}}
57 } __attribute__((packed));
63 } __attribute__((packed));