Lines Matching defs:QTy
2204 static bool DetermineNoUndef(QualType QTy, CodeGenTypes &Types,
2207 llvm::Type *Ty = Types.ConvertTypeForMem(QTy);
2228 if (QTy->isBitIntType())
2230 if (QTy->isReferenceType())
2232 if (QTy->isNullPtrType())
2234 if (QTy->isMemberPointerType())
2238 if (QTy->isScalarType()) {
2239 if (const ComplexType *Complex = dyn_cast<ComplexType>(QTy))
2243 if (const VectorType *Vector = dyn_cast<VectorType>(QTy))
2245 if (const MatrixType *Matrix = dyn_cast<MatrixType>(QTy))
2247 if (const ArrayType *Array = dyn_cast<ArrayType>(QTy))
3736 // the type `QTy`.
3737 static void setUsedBits(CodeGenModule &CGM, QualType QTy, int Offset,
3739 if (const auto *RTy = QTy->getAs<RecordType>())
3743 if (const auto *ATy = Context.getAsConstantArrayType(QTy))
3746 int Size = Context.getTypeSizeInChars(QTy).getQuantity();
3776 QualType QTy) {
3783 setUsedBits(CGM, QTy->castAs<RecordType>(), 0, Bits);
3796 QualType QTy) {
3800 setUsedBits(CGM, QTy->castAs<RecordType>(), 0, Bits);