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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1841 uint64_t UnpaddedSize = getSizeInBits() - UnfilledBitsInLastUnit; local
1867 if (getSizeInBits() > UnpaddedSize) {
1868 unsigned PadSize = getSizeInBits() - UnpaddedSize;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp5662 CharUnits UnpaddedSize;
5666 UnpaddedSize = DirectAlign = CharUnits::fromQuantity(8);
5672 UnpaddedSize = TyInfo.first;
5676 if (IsVector && UnpaddedSize > PaddedSize)
5678 assert((UnpaddedSize <= PaddedSize) && "Invalid argument size.");
5680 CharUnits Padding = (PaddedSize - UnpaddedSize);

Completed in 115 milliseconds