Searched refs:SignedShort (Results 1 – 4 of 4) sorted by relevance
105 Int16Type = SignedShort; in TargetInfo()186 case SignedShort: return "short"; in getTypeName()203 case SignedShort: in getTypeConstantSuffix()229 case SignedShort: in getTypeFormatModifier()247 case SignedShort: in getTypeWidth()263 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()278 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()329 case SignedShort: in getTypeAlign()346 case SignedShort: in isTypeSigned()372 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
124 SignedShort, enumerator329 return SignedShort; in getSignedSizeType()373 case SignedShort: in getCorrespondingUnsignedType()
969 DefineTypeSize("__SHRT_MAX__", TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()1061 DefineExactWidthIntType(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()1079 DefineExactWidthIntTypeSize(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
9208 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType()