Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:TotalSize

660       unsigned TotalSize = CGM.getDataLayout().getTypeAllocSize(destType);
662 assert(CurSize <= TotalSize && "Union size mismatch!");
663 if (unsigned NumPadBytes = TotalSize - CurSize) {