Lines Matching defs:QY
13043 Qualifiers &QY) {
13049 QY += EY.getQualifiers() - RQ;
13164 Qualifiers &QY) {
13216 getCommonArrayElementType(Ctx, AX, QX, AY, QY),
13223 getCommonArrayElementType(Ctx, AX, QX, AY, QY),
13238 getCommonArrayElementType(Ctx, AX, QX, AY, QY), AX->getSize(), SizeExpr,
13249 getCommonArrayElementType(Ctx, AX, QX, AY, QY), AX->getSize(), SizeExpr,
13260 return Ctx.getComplexType(getCommonArrayElementType(Ctx, CX, QX, CY, QY));
13753 Qualifiers QX, QY;
13757 // QX and QY will store the sum of all qualifiers in Xs and Ys respectively.
13758 auto Xs = ::unwrapSugar(SX, QX), Ys = ::unwrapSugar(SY, QY);
13763 ::getCommonNonSugarTypeNode(*this, SX.Ty, QX, SY.Ty, QY).getTypePtr();
13769 QY -= SY.Quals;
13775 QX = Qualifiers::removeCommonQualifiers(QX, QY);
13777 assert(QX == QY);