Lines Matching defs:ETy
3071 QualType ETy = ArrTy->getElementType();
3073 CGM.getNaturalTypeAlignment(ETy).getAsAlign();
3076 if (!ETy->isIncompleteType() && ETy->isConstantSizeType() &&
3080 getContext().getTypeSizeInChars(ETy).getQuantity() *
3084 ETy.getAddressSpace()) == 0 &&
3095 QualType ETy = ArrTy->getElementType();
3097 CGM.getNaturalTypeAlignment(ETy).getAsAlign();
3099 if (!getTypes().getTargetAddressSpace(ETy) &&
3680 QualType ETy = Context.getBaseElementType(ATy);
3681 int Size = Context.getTypeSizeInChars(ETy).getQuantity();
3683 setUsedBits(CGM, ETy, 0, TmpBits);