Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CurSize

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