Lines Matching refs:UnsignedIntTy
1285 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes()
5930 return UnsignedIntTy; in getUnsignedWCharType()
7135 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()
7168 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
7186 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType()
7927 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding()
8879 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
8883 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
9323 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType()
10941 return UnsignedIntTy; in getCorrespondingUnsignedType()
11230 Type = Unsigned ? Context.UnsignedIntTy : Context.IntTy; in DecodeTypeFromStr()