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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp616 /// UnfilledBitsInLastUnit - If the last field laid out was a bitfield,
620 unsigned char UnfilledBitsInLastUnit; member in class:__anon265::ItaniumRecordLayoutBuilder
684 UnfilledBitsInLastUnit(0), LastBitfieldTypeSize(0),
1426 UnfilledBitsInLastUnit = 0;
1430 uint64_t UnpaddedFieldOffset = getDataSizeInBits() - UnfilledBitsInLastUnit;
1446 UnfilledBitsInLastUnit = getDataSizeInBits() - NewSizeInBits;
1469 // UnfilledBitsInLastUnit is the difference between the end of the
1535 UnfilledBitsInLastUnit < FieldSize) {
1540 UnfilledBitsInLastUnit = 0;
1554 IsUnion ? 0 : (getDataSizeInBits() - UnfilledBitsInLastUnit);
[all...]

Completed in 173 milliseconds