Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h561 this->WCharType = TargetInfo::UnsignedShort; in PS4OSTargetInfo()
737 this->WCharType = this->UnsignedShort; in AIXTargetInfo()
823 this->WCharType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
824 this->WIntType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
H A DX86.h584 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_32TargetInfo()
857 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_64TargetInfo()
H A DARM.cpp1271 this->WCharType = TargetInfo::UnsignedShort; in CygwinARMTargetInfo()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h115 UnsignedShort, enumerator
320 case UnsignedShort: in getSignedSizeType()
366 return UnsignedShort; in getCorrespondingUnsignedType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp979 DefineExactWidthIntType(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
980 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8578 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()