Lines Matching refs:UnsignedIntTy
1179 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes()
4989 return UnsignedIntTy; in getUnsignedWCharType()
5692 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()
5725 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
5744 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType()
6468 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding()
7378 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
7382 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
7756 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType()
9183 return UnsignedIntTy; in getCorrespondingUnsignedType()
9348 Type = Unsigned ? Context.UnsignedIntTy : Context.IntTy; in DecodeTypeFromStr()