Searched refs:SignedShort (Results 1 – 4 of 4) sorted by relevance
108 case SignedShort: return "short"; in getTypeName()125 case SignedShort: in getTypeConstantSuffix()149 case SignedShort: in getTypeFormatModifier()167 case SignedShort: in getTypeWidth()183 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()198 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()236 case SignedShort: in getTypeAlign()253 case SignedShort: in isTypeSigned()
114 SignedShort, enumerator234 case SignedShort: in getCorrespondingUnsignedType()
638 DefineTypeSize("__SHRT_MAX__", TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()727 DefineExactWidthIntType(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()745 DefineExactWidthIntTypeSize(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
6433 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType()