Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp630 unsigned char LastBitfieldStorageUnitSize; member in __anon146c45a90111::ItaniumRecordLayoutBuilder
701 LastBitfieldStorageUnitSize(0), MaxFieldAlignment(CharUnits::Zero()), in ItaniumRecordLayoutBuilder()
1496 LastBitfieldStorageUnitSize = 0; in LayoutWideBitField()
1608 if (LastBitfieldStorageUnitSize != StorageUnitSize || in LayoutBitField()
1611 if (!LastBitfieldStorageUnitSize && !FieldSize) in LayoutBitField()
1615 LastBitfieldStorageUnitSize = 0; in LayoutBitField()
1817 LastBitfieldStorageUnitSize = StorageUnitSize; in LayoutBitField()
1831 LastBitfieldStorageUnitSize = 0; in LayoutBitField()
1881 LastBitfieldStorageUnitSize = 0; in LayoutField()