Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp621 unsigned char UnfilledBitsInLastUnit; member in __anonbcc347f50111::ItaniumRecordLayoutBuilder
695 IsMsStruct(false), UnfilledBitsInLastUnit(0), in ItaniumRecordLayoutBuilder()
1494 UnfilledBitsInLastUnit = 0; in LayoutWideBitField()
1498 uint64_t UnpaddedFieldOffset = getDataSizeInBits() - UnfilledBitsInLastUnit; in LayoutWideBitField()
1514 UnfilledBitsInLastUnit = getDataSizeInBits() - NewSizeInBits; in LayoutWideBitField()
1610 UnfilledBitsInLastUnit < FieldSize) { in LayoutBitField()
1615 PaddingInLastUnit = UnfilledBitsInLastUnit; in LayoutBitField()
1616 UnfilledBitsInLastUnit = 0; in LayoutBitField()
1654 IsUnion ? 0 : (getDataSizeInBits() - UnfilledBitsInLastUnit); in LayoutBitField()
1723 if (FieldSize == 0 || FieldSize > UnfilledBitsInLastUnit) { in LayoutBitField()
[all …]