Searched refs:getCorrespondingUnsignedType (Results 1 – 7 of 7) sorted by relevance
357 return getCorrespondingUnsignedType(IntMaxType); in getUIntMaxType()364 return getCorrespondingUnsignedType(getPtrDiffType(AddrSpace)); in getUnsignedPtrDiffType()368 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()376 return getCorrespondingUnsignedType(Int64Type); in getUInt64Type()380 return getCorrespondingUnsignedType(Int16Type); in getUInt16Type()385 static IntType getCorrespondingUnsignedType(IntType T) { in getCorrespondingUnsignedType() function
522 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
5938 return getCorrespondingUnsignedType(getIntPtrType()); in getUIntPtrType()10912 QualType ASTContext::getCorrespondingUnsignedType(QualType T) const { in getCorrespondingUnsignedType() function in ASTContext10919 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
741 Ctx.getCorrespondingUnsignedType(isLSignedTy ? LTy : RTy); in doIntTypeConversion()
2925 QualType getCorrespondingUnsignedType(QualType T) const;
1468 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()1491 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()9500 : Context.getCorrespondingUnsignedType(BaseType); in BuiltinChangeSignedness()
1328 S.Context.getCorrespondingUnsignedType(LHSSigned ? LHSType : RHSType); in handleIntegerConversion()3894 if (Literal.isUnsigned) Ty = Context.getCorrespondingUnsignedType(Ty); in ActOnNumericConstant()9572 ltrans = S.Context.getCorrespondingUnsignedType(ltrans); in checkPointerTypesForAssignment()9577 rtrans = S.Context.getCorrespondingUnsignedType(rtrans); in checkPointerTypesForAssignment()16914 : Context.getCorrespondingUnsignedType(UnderlyingType); in BuildVAArgExpr()