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.cpp625 unsigned char LastBitfieldStorageUnitSize; member in __anonbcc347f50111::ItaniumRecordLayoutBuilder
696 LastBitfieldStorageUnitSize(0), MaxFieldAlignment(CharUnits::Zero()), in ItaniumRecordLayoutBuilder()
1495 LastBitfieldStorageUnitSize = 0; in LayoutWideBitField()
1609 if (LastBitfieldStorageUnitSize != StorageUnitSize || in LayoutBitField()
1612 if (!LastBitfieldStorageUnitSize && !FieldSize) in LayoutBitField()
1617 LastBitfieldStorageUnitSize = 0; in LayoutBitField()
1826 LastBitfieldStorageUnitSize = StorageUnitSize; in LayoutBitField()
1840 LastBitfieldStorageUnitSize = 0; in LayoutBitField()
1889 LastBitfieldStorageUnitSize = 0; in LayoutField()