Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Packed

41   bool Packed;
57 : CGM(CGM), CGF(CGF), Packed(false),
83 if (Packed) return CharUnits::One();
128 assert(!Packed && "Alignment is wrong even with a packed struct!");
130 // Convert the struct to a packed struct.
149 if (Packed)
151 "Packed struct not byte-aligned!");
362 Packed = true;
525 // Check if we need to convert the struct to a packed struct.
528 assert(!Packed && "Size mismatch!");
532 "Converting to packed did not help!");
545 Elements, Packed);
1349 // FIXME: the target may want to specify that this is packed.
1372 // FIXME: the target may want to specify that this is packed.