Lines Matching refs:UnsignedIntTy
833 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes()
3613 return UnsignedIntTy; in getUnsignedWCharType()
4209 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()
4240 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
4259 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType()
4872 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding()
5757 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
5761 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
6106 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType()
7256 return UnsignedIntTy; in getCorrespondingUnsignedType()
7355 Type = Unsigned ? Context.UnsignedIntTy : Context.IntTy; in DecodeTypeFromStr()