Searched refs:SignedShort (Results 1 – 4 of 4) sorted by relevance
115 case SignedShort: return "short"; in getTypeName()132 case SignedShort: in getTypeConstantSuffix()156 case SignedShort: in getTypeFormatModifier()174 case SignedShort: in getTypeWidth()190 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()205 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()245 case SignedShort: in getTypeAlign()262 case SignedShort: in isTypeSigned()
128 SignedShort, enumerator252 case SignedShort: in getCorrespondingUnsignedType()
683 DefineTypeSize("__SHRT_MAX__", TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()772 DefineExactWidthIntType(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()790 DefineExactWidthIntTypeSize(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
6698 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType()