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

/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp880 CharUnits NumPadBytes = RecordSize - NextFieldOffset; local
881 AppendBytes(NumPadBytes);
H A DCGExprConstant.cpp672 if (unsigned NumPadBytes = TotalSize - CurSize) {
674 if (NumPadBytes > 1)
675 Ty = llvm::ArrayType::get(Ty, NumPadBytes);

Completed in 38 milliseconds