Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp98 Char16Type = UnsignedShort; in TargetInfo()
178 case UnsignedShort: return "unsigned short"; in getTypeName()
202 case UnsignedShort: in getTypeConstantSuffix()
221 case UnsignedShort: return "h"; in getTypeFormatModifier()
239 case UnsignedShort: return getShortWidth(); in getTypeWidth()
254 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()
269 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()
315 case UnsignedShort: return getShortAlign(); in getTypeAlign()
337 case UnsignedShort: in isTypeSigned()
357 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DOSTargets.h556 this->WCharType = TargetInfo::UnsignedShort; in PS4OSTargetInfo()
725 this->WCharType = this->UnsignedShort; in AIXTargetInfo()
812 this->WCharType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
813 this->WIntType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
H A DX86.h580 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_32TargetInfo()
851 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_64TargetInfo()
H A DARM.cpp1269 this->WCharType = TargetInfo::UnsignedShort; in CygwinARMTargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h115 UnsignedShort, enumerator
320 case UnsignedShort: in getSignedSizeType()
366 return UnsignedShort; in getCorrespondingUnsignedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp977 DefineExactWidthIntType(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
978 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8559 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()