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 874 CharUnits NumPadBytes = RecordSize - NextFieldOffset;
875 AppendBytes(NumPadBytes);
    [all...]
CGExprConstant.cpp 672 if (unsigned NumPadBytes = TotalSize - CurSize) {
674 if (NumPadBytes > 1)
675 Ty = llvm::ArrayType::get(Ty, NumPadBytes);
    [all...]

Completed in 32 milliseconds