Home
last modified time | relevance | path

Searched refs:UnsignedShort (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp129 Char16Type = UnsignedShort; in TargetInfo()
212 case UnsignedShort: return "unsigned short"; in getTypeName()
236 case UnsignedShort: in getTypeConstantSuffix()
255 case UnsignedShort: return "h"; in getTypeFormatModifier()
273 case UnsignedShort: return getShortWidth(); in getTypeWidth()
288 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()
303 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()
355 case UnsignedShort: return getShortAlign(); in getTypeAlign()
377 case UnsignedShort: in isTypeSigned()
397 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DOSTargets.h543 this->WCharType = TargetInfo::UnsignedShort; in PSOSTargetInfo()
765 this->WCharType = this->UnsignedShort; in AIXTargetInfo()
859 this->WCharType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
860 this->WIntType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
H A DX86.h617 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_32TargetInfo()
893 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_64TargetInfo()
H A DARM.cpp1387 this->WCharType = TargetInfo::UnsignedShort; in CygwinARMTargetInfo()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h140 UnsignedShort, enumerator
343 case UnsignedShort: in getSignedSizeType()
390 return UnsignedShort; in getCorrespondingUnsignedType()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp1092 DefineExactWidthIntType(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
1093 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp9321 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()