Home
last modified time | relevance | path

Searched refs:SignedShort (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp134 Int16Type = SignedShort; in TargetInfo()
214 case SignedShort: return "short"; in getTypeName()
231 case SignedShort: in getTypeConstantSuffix()
257 case SignedShort: in getTypeFormatModifier()
275 case SignedShort: in getTypeWidth()
291 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()
306 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()
357 case SignedShort: in getTypeAlign()
374 case SignedShort: in isTypeSigned()
400 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h146 SignedShort, enumerator
375 return SignedShort; in getSignedSizeType()
420 case SignedShort: in getCorrespondingUnsignedType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1120 DefineTypeSize("__SHRT_MAX__", TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
1259 DefineExactWidthIntType(LangOpts, TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
1277 DefineExactWidthIntTypeSize(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9790 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType()