Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TotalSize

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