Searched refs:SignedShort (Results 1 – 4 of 4) sorted by relevance
101 Int16Type = SignedShort; in TargetInfo()177 case SignedShort: return "short"; in getTypeName()194 case SignedShort: in getTypeConstantSuffix()220 case SignedShort: in getTypeFormatModifier()238 case SignedShort: in getTypeWidth()254 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()269 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()314 case SignedShort: in getTypeAlign()331 case SignedShort: in isTypeSigned()357 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
114 SignedShort, enumerator321 return SignedShort; in getSignedSizeType()365 case SignedShort: in getCorrespondingUnsignedType()
869 DefineTypeSize("__SHRT_MAX__", TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()961 DefineExactWidthIntType(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()979 DefineExactWidthIntTypeSize(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
8558 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType()