Searched refs:SignedShort (Results 1 – 4 of 4) sorted by relevance
132 Int16Type = SignedShort; in TargetInfo()211 case SignedShort: return "short"; in getTypeName()228 case SignedShort: in getTypeConstantSuffix()254 case SignedShort: in getTypeFormatModifier()272 case SignedShort: in getTypeWidth()288 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()303 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()354 case SignedShort: in getTypeAlign()371 case SignedShort: in isTypeSigned()397 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
139 SignedShort, enumerator344 return SignedShort; in getSignedSizeType()389 case SignedShort: in getCorrespondingUnsignedType()
981 DefineTypeSize("__SHRT_MAX__", TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()1076 DefineExactWidthIntType(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()1094 DefineExactWidthIntTypeSize(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
9320 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType()