Home
last modified time | relevance | path

Searched refs:LastBitfieldStorageUnitSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp637 unsigned char LastBitfieldStorageUnitSize; member in __anonbcc347f50111::ItaniumRecordLayoutBuilder
708 LastBitfieldStorageUnitSize(0), MaxFieldAlignment(CharUnits::Zero()), in ItaniumRecordLayoutBuilder()
1505 LastBitfieldStorageUnitSize = 0; in LayoutWideBitField()
1617 if (LastBitfieldStorageUnitSize != StorageUnitSize || in LayoutBitField()
1620 if (!LastBitfieldStorageUnitSize && !FieldSize) in LayoutBitField()
1624 LastBitfieldStorageUnitSize = 0; in LayoutBitField()
1833 LastBitfieldStorageUnitSize = StorageUnitSize; in LayoutBitField()
1847 LastBitfieldStorageUnitSize = 0; in LayoutBitField()
1896 LastBitfieldStorageUnitSize = 0; in LayoutField()