Lines Matching refs:UnsignedIntTy
1219 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes()
5942 return UnsignedIntTy; in getUnsignedWCharType()
7142 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()
7175 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
7193 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType()
7938 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding()
8889 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
8893 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
9333 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType()
11048 return UnsignedIntTy; in getCorrespondingUnsignedType()
11337 Type = Unsigned ? Context.UnsignedIntTy : Context.IntTy; in DecodeTypeFromStr()