Lines Matching refs:UnsignedIntTy
1312 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes()
5881 return UnsignedIntTy; in getUnsignedWCharType()
7029 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()
7062 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
7081 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType()
7822 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding()
8774 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
8778 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
9211 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType()
10805 return UnsignedIntTy; in getCorrespondingUnsignedType()
11085 Type = Unsigned ? Context.UnsignedIntTy : Context.IntTy; in DecodeTypeFromStr()