Lines Matching defs:QY
13470 Qualifiers &QY) {
13476 QY += EY.getQualifiers() - RQ;
13591 Qualifiers &QY) {
13644 getCommonArrayElementType(Ctx, AX, QX, AY, QY),
13651 getCommonArrayElementType(Ctx, AX, QX, AY, QY),
13666 getCommonArrayElementType(Ctx, AX, QX, AY, QY), AX->getSize(), SizeExpr,
13677 getCommonArrayElementType(Ctx, AX, QX, AY, QY), AX->getSize(), SizeExpr,
13688 return Ctx.getComplexType(getCommonArrayElementType(Ctx, CX, QX, CY, QY));
14185 Qualifiers QX, QY;
14189 // QX and QY will store the sum of all qualifiers in Xs and Ys respectively.
14190 auto Xs = ::unwrapSugar(SX, QX), Ys = ::unwrapSugar(SY, QY);
14195 ::getCommonNonSugarTypeNode(*this, SX.Ty, QX, SY.Ty, QY).getTypePtr();
14201 QY -= SY.Quals;
14207 QX = Qualifiers::removeCommonQualifiers(QX, QY);
14209 assert(QX == QY);