Home | History | Annotate | Download | only in CodeGen

Lines Matching refs: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;
544 // Check if we need to convert the struct to a packed struct.
547 assert(!Packed && "Size mismatch!");
551 "Converting to packed did not help!");
562 Elements, Packed);
1119 // FIXME: the target may want to specify that this is packed.
1140 // FIXME: the target may want to specify that this is packed.