Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PACKED

7 // If not explicitly disabled, set PACKED to the packed attribute.
8 #ifndef PACKED
9 # define PACKED __attribute__((packed))
19 int x[6] PACKED;
28 } PACKED;
33 struct PACKED X2 {
42 short x PACKED;
59 struct PACKED X5 { double a[19]; signed char b; };
64 struct PACKED X6 { long double a; char b; };
72 } PACKED;
80 } PACKED;
84 unsigned int x[2] PACKED;
86 unsigned int z PACKED;
91 unsigned int x[2] PACKED;
92 unsigned int y PACKED;
93 unsigned int z PACKED;
97 struct PACKED X11 {
104 struct PACKED X12 {
109 struct PACKED X13 {
115 union PACKED X14 {
122 unsigned y : 28 PACKED;