Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp105 Int16Type = SignedShort; in TargetInfo()
186 case SignedShort: return "short"; in getTypeName()
203 case SignedShort: in getTypeConstantSuffix()
229 case SignedShort: in getTypeFormatModifier()
247 case SignedShort: in getTypeWidth()
263 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()
278 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()
329 case SignedShort: in getTypeAlign()
346 case SignedShort: in isTypeSigned()
372 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h124 SignedShort, enumerator
329 return SignedShort; in getSignedSizeType()
373 case SignedShort: in getCorrespondingUnsignedType()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp969 DefineTypeSize("__SHRT_MAX__", TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
1061 DefineExactWidthIntType(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
1079 DefineExactWidthIntTypeSize(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp9208 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType()