Searched refs:SignedShort (Results 1 – 4 of 4) sorted by relevance
112 case SignedShort: return "short"; in getTypeName()129 case SignedShort: in getTypeConstantSuffix()153 case SignedShort: in getTypeFormatModifier()171 case SignedShort: in getTypeWidth()187 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()202 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()240 case SignedShort: in getTypeAlign()257 case SignedShort: in isTypeSigned()
121 SignedShort, enumerator241 case SignedShort: in getCorrespondingUnsignedType()
650 DefineTypeSize("__SHRT_MAX__", TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()739 DefineExactWidthIntType(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()757 DefineExactWidthIntTypeSize(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
6600 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType()