HomeSort by relevance Sort by last modified time
    Searched refs:NumPadBytes (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 833 CharUnits NumPadBytes = RecordSize - NextFieldOffset;
834 AppendBytes(NumPadBytes);
    [all...]
CGExprConstant.cpp 643 if (unsigned NumPadBytes = TotalSize - CurSize) {
645 if (NumPadBytes > 1)
646 Ty = llvm::ArrayType::get(Ty, NumPadBytes);
    [all...]

Completed in 40 milliseconds