Lines Matching refs:UnsignedIntTy
959 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes()
3930 return UnsignedIntTy; in getUnsignedWCharType()
4542 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()
4574 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
4593 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType()
5194 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding()
6059 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
6063 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
6436 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType()
7529 return UnsignedIntTy; in getCorrespondingUnsignedType()
7648 Type = Unsigned ? Context.UnsignedIntTy : Context.IntTy; in DecodeTypeFromStr()