Searched refs:getCorrespondingUnsignedType (Results 1 – 7 of 7) sorted by relevance
379 return getCorrespondingUnsignedType(IntMaxType); in getUIntMaxType()386 return getCorrespondingUnsignedType(getPtrDiffType(AddrSpace)); in getUnsignedPtrDiffType()390 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()398 return getCorrespondingUnsignedType(Int64Type); in getUInt64Type()402 return getCorrespondingUnsignedType(Int16Type); in getUInt16Type()407 static IntType getCorrespondingUnsignedType(IntType T) { in getCorrespondingUnsignedType() function
552 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
5950 return getCorrespondingUnsignedType(getIntPtrType()); in getUIntPtrType()11019 QualType ASTContext::getCorrespondingUnsignedType(QualType T) const { in getCorrespondingUnsignedType() function in ASTContext11026 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
741 Ctx.getCorrespondingUnsignedType(isLSignedTy ? LTy : RTy); in doIntTypeConversion()
2956 QualType getCorrespondingUnsignedType(QualType T) const;
1485 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()1508 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()9992 : Context.getCorrespondingUnsignedType(BaseType); in BuiltinChangeSignedness()
1348 S.Context.getCorrespondingUnsignedType(LHSSigned ? LHSType : RHSType); in handleIntegerConversion()4071 if (Literal.isUnsigned) Ty = Context.getCorrespondingUnsignedType(Ty); in ActOnNumericConstant()9927 ltrans = S.Context.getCorrespondingUnsignedType(ltrans); in checkPointerTypesForAssignment()9932 rtrans = S.Context.getCorrespondingUnsignedType(rtrans); in checkPointerTypesForAssignment()17432 : Context.getCorrespondingUnsignedType(UnderlyingType); in BuildVAArgExpr()