Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp626 unsigned char UnfilledBitsInLastUnit; member in __anon146c45a90111::ItaniumRecordLayoutBuilder
700 IsMsStruct(false), UnfilledBitsInLastUnit(0), in ItaniumRecordLayoutBuilder()
1495 UnfilledBitsInLastUnit = 0; in LayoutWideBitField()
1609 UnfilledBitsInLastUnit < FieldSize) { in LayoutBitField()
1614 UnfilledBitsInLastUnit = 0; in LayoutBitField()
1721 if (FieldSize == 0 || FieldSize > UnfilledBitsInLastUnit) { in LayoutBitField()
1725 UnfilledBitsInLastUnit = 0; in LayoutBitField()
1812 if (!UnfilledBitsInLastUnit) { in LayoutBitField()
1814 UnfilledBitsInLastUnit = StorageUnitSize; in LayoutBitField()
1816 UnfilledBitsInLastUnit -= FieldSize; in LayoutBitField()
[all …]