Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp626 unsigned char UnfilledBitsInLastUnit; member in __anonb9bd28ab0111::ItaniumRecordLayoutBuilder
700 IsMsStruct(false), UnfilledBitsInLastUnit(0), in ItaniumRecordLayoutBuilder()
1497 UnfilledBitsInLastUnit = 0; in LayoutWideBitField()
1611 UnfilledBitsInLastUnit < FieldSize) { in LayoutBitField()
1616 UnfilledBitsInLastUnit = 0; in LayoutBitField()
1723 if (FieldSize == 0 || FieldSize > UnfilledBitsInLastUnit) { in LayoutBitField()
1727 UnfilledBitsInLastUnit = 0; in LayoutBitField()
1821 if (!UnfilledBitsInLastUnit) { in LayoutBitField()
1823 UnfilledBitsInLastUnit = StorageUnitSize; in LayoutBitField()
1825 UnfilledBitsInLastUnit -= FieldSize; in LayoutBitField()
[all …]