Home | History | Annotate | Download | only in AST

Lines Matching refs:Packed

556   /// \brief The alignment if attribute packed is not used.
569 /// Packed - Whether the record is packed or not.
570 unsigned Packed : 1;
649 Packed(false), IsUnion(false), IsMac68kAlign(false), IsMsStruct(false),
989 CharUnits BaseAlign = (Packed) ? CharUnits::One() : UnpackedBaseAlign;
1355 CharUnits BaseAlign = (Packed) ? CharUnits::One() : UnpackedBaseAlign;
1394 Packed = D->hasAttr<PackedAttr>();
1554 // 1) Adjacent bit fields are packed into the same 1-, 2-, or
1723 bool FieldPacked = Packed || D->hasAttr<PackedAttr>();
1772 // The align if the field is not packed. This is to check if the attribute
1853 bool FieldPacked = Packed || D->hasAttr<PackedAttr>();
1918 // The align if the field is not packed. This is to check if the attribute
2033 // Warn if we packed it unnecessarily. If the alignment is 1 byte don't
2035 if (Packed && UnpackedAlignment > CharUnits::One() &&
2072 // computed. Assume that the structure is packed.
2122 // Warn if we packed it unnecessarily. If the alignment is 1 byte don't