Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1511 uint64_t RoundedFieldSize = roundUpSizeToCharAlignment(FieldSize, in LayoutWideBitField() local
1513 setDataSize(std::max(getDataSizeInBits(), RoundedFieldSize)); in LayoutWideBitField()
1811 uint64_t RoundedFieldSize; in LayoutBitField() local
1813 RoundedFieldSize = (FieldSize ? StorageUnitSize in LayoutBitField()
1819 RoundedFieldSize = roundUpSizeToCharAlignment(FieldSize, Context); in LayoutBitField()
1821 setDataSize(std::max(getDataSizeInBits(), RoundedFieldSize)); in LayoutBitField()