Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp132 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()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h139 SignedShort, enumerator
344 return SignedShort; in getSignedSizeType()
389 case SignedShort: in getCorrespondingUnsignedType()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp981 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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp9320 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType()