Searched refs:SignedShort (Results 1 – 4 of 4) sorted by relevance
134 Int16Type = SignedShort; in TargetInfo()213 case SignedShort: return "short"; in getTypeName()230 case SignedShort: in getTypeConstantSuffix()256 case SignedShort: in getTypeFormatModifier()274 case SignedShort: in getTypeWidth()290 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()305 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()356 case SignedShort: in getTypeAlign()373 case SignedShort: in isTypeSigned()399 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
140 SignedShort, enumerator366 return SignedShort; in getSignedSizeType()411 case SignedShort: in getCorrespondingUnsignedType()
1030 DefineTypeSize("__SHRT_MAX__", TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()1125 DefineExactWidthIntType(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()1143 DefineExactWidthIntTypeSize(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
9330 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType()