Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PACKED

6 // If not explicitly disabled, set PACKED to the packed attribute.
7 #ifndef PACKED
8 # define PACKED __attribute__((packed))
18 int x[6] PACKED;
27 } PACKED;
32 struct PACKED X2 {
41 short x PACKED;
58 struct PACKED X5 { double a[19]; signed char b; };
63 struct PACKED X6 { long double a; char b; };
71 } PACKED;
79 } PACKED;
83 unsigned int x[2] PACKED;
85 unsigned int z PACKED;
90 unsigned int x[2] PACKED;
91 unsigned int y PACKED;
92 unsigned int z PACKED;
96 struct PACKED X11 {
103 struct PACKED X12 {
108 struct PACKED X13 {
114 union PACKED X14 {
121 unsigned y : 28 PACKED;