Lines Matching defs:ETy
3113 QualType ETy = ArrTy->getElementType();
3115 CGM.getNaturalTypeAlignment(ETy).getAsAlign();
3118 if (!ETy->isIncompleteType() && ETy->isConstantSizeType() &&
3122 getContext().getTypeSizeInChars(ETy).getQuantity() *
3126 ETy.getAddressSpace()) == 0 &&
3137 QualType ETy = ArrTy->getElementType();
3139 CGM.getNaturalTypeAlignment(ETy).getAsAlign();
3141 if (!getTypes().getTargetAddressSpace(ETy) &&
3722 QualType ETy = Context.getBaseElementType(ATy);
3723 int Size = Context.getTypeSizeInChars(ETy).getQuantity();
3725 setUsedBits(CGM, ETy, 0, TmpBits);