Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:CurSize

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