Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp101 Int16Type = SignedShort; in TargetInfo()
177 case SignedShort: return "short"; in getTypeName()
194 case SignedShort: in getTypeConstantSuffix()
220 case SignedShort: in getTypeFormatModifier()
238 case SignedShort: in getTypeWidth()
254 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()
269 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()
314 case SignedShort: in getTypeAlign()
331 case SignedShort: in isTypeSigned()
357 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h114 SignedShort, enumerator
321 return SignedShort; in getSignedSizeType()
365 case SignedShort: in getCorrespondingUnsignedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp869 DefineTypeSize("__SHRT_MAX__", TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
961 DefineExactWidthIntType(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
979 DefineExactWidthIntTypeSize(TargetInfo::SignedShort, TI, Builder); in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8558 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType()