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.cpp633 unsigned char UnfilledBitsInLastUnit; member in __anonbcc347f50111::ItaniumRecordLayoutBuilder
707 IsMsStruct(false), UnfilledBitsInLastUnit(0), in ItaniumRecordLayoutBuilder()
1504 UnfilledBitsInLastUnit = 0; in LayoutWideBitField()
1508 uint64_t UnpaddedFieldOffset = getDataSizeInBits() - UnfilledBitsInLastUnit; in LayoutWideBitField()
1524 UnfilledBitsInLastUnit = getDataSizeInBits() - NewSizeInBits; in LayoutWideBitField()
1618 UnfilledBitsInLastUnit < FieldSize) { in LayoutBitField()
1623 UnfilledBitsInLastUnit = 0; in LayoutBitField()
1661 IsUnion ? 0 : (getDataSizeInBits() - UnfilledBitsInLastUnit); in LayoutBitField()
1730 if (FieldSize == 0 || FieldSize > UnfilledBitsInLastUnit) { in LayoutBitField()
1734 UnfilledBitsInLastUnit = 0; in LayoutBitField()
[all …]