Lines Matching full:totalsize
669 unsigned TotalSize = CGM.getTargetData().getTypeAllocSize(destType);671 assert(CurSize <= TotalSize && "Union size mismatch!");672 if (unsigned NumPadBytes = TotalSize - CurSize) {