Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Packed

40   bool Packed;
52 : CGM(CGM), CGF(CGF), Packed(false),
80 if (Packed) return CharUnits::One();
131 assert(!Packed && "Alignment is wrong even with a packed struct!");
133 // Convert the struct to a packed struct.
154 if (Packed)
156 "Packed struct not byte-aligned!");
367 Packed = true;
511 // Check if we need to convert the struct to a packed struct.
514 assert(!Packed && "Size mismatch!");
518 "Converting to packed did not help!");
529 Elements, Packed);
1120 // FIXME: the target may want to specify that this is packed.
1142 // FIXME: the target may want to specify that this is packed.