Searched refs:getCorrespondingUnsignedType (Results 1 – 7 of 7) sorted by relevance
388 return getCorrespondingUnsignedType(IntMaxType); in getUIntMaxType()395 return getCorrespondingUnsignedType(getPtrDiffType(AddrSpace)); in getUnsignedPtrDiffType()399 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()407 return getCorrespondingUnsignedType(Int64Type); in getUInt64Type()411 return getCorrespondingUnsignedType(Int16Type); in getUInt16Type()416 static IntType getCorrespondingUnsignedType(IntType T) { in getCorrespondingUnsignedType() function
565 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
6394 return getCorrespondingUnsignedType(getIntPtrType()); in getUIntPtrType()11498 QualType ASTContext::getCorrespondingUnsignedType(QualType T) const { in getCorrespondingUnsignedType() function in ASTContext11505 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
741 Ctx.getCorrespondingUnsignedType(isLSignedTy ? LTy : RTy); in doIntTypeConversion()
3045 QualType getCorrespondingUnsignedType(QualType T) const;
1083 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()1106 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()9723 : Context.getCorrespondingUnsignedType(BaseType); in BuiltinChangeSignedness()
1332 S.Context.getCorrespondingUnsignedType(LHSSigned ? LHSType : RHSType); in handleIntegerConversion()3797 if (Literal.isUnsigned) Ty = Context.getCorrespondingUnsignedType(Ty); in ActOnNumericConstant()8931 ltrans = S.Context.getCorrespondingUnsignedType(ltrans); in checkPointerTypesForAssignment()8936 rtrans = S.Context.getCorrespondingUnsignedType(rtrans); in checkPointerTypesForAssignment()16422 : Context.getCorrespondingUnsignedType(UnderlyingType); in BuildVAArgExpr()