Lines Matching refs:UnsignedIntTy
1299 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes()
5675 return UnsignedIntTy; in getUnsignedWCharType()
6401 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()
6434 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
6453 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType()
7194 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding()
8142 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
8146 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
8580 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType()
10168 return UnsignedIntTy; in getCorrespondingUnsignedType()
10448 Type = Unsigned ? Context.UnsignedIntTy : Context.IntTy; in DecodeTypeFromStr()