Lines Matching refs:UnsignedIntTy
1299 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes()
5660 return UnsignedIntTy; in getUnsignedWCharType()
6382 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()
6415 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
6434 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType()
7175 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding()
8123 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
8127 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
8561 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType()
10126 return UnsignedIntTy; in getCorrespondingUnsignedType()
10401 Type = Unsigned ? Context.UnsignedIntTy : Context.IntTy; in DecodeTypeFromStr()