Lines Matching refs:UnsignedIntTy
1287 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes()
5590 return UnsignedIntTy; in getUnsignedWCharType()
6313 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()
6346 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
6365 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType()
7106 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding()
8009 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
8013 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
8447 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType()
10007 return UnsignedIntTy; in getCorrespondingUnsignedType()
10214 Type = Unsigned ? Context.UnsignedIntTy : Context.IntTy; in DecodeTypeFromStr()