Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp131 Char16Type = UnsignedShort; in TargetInfo()
214 case UnsignedShort: return "unsigned short"; in getTypeName()
238 case UnsignedShort: in getTypeConstantSuffix()
257 case UnsignedShort: return "h"; in getTypeFormatModifier()
275 case UnsignedShort: return getShortWidth(); in getTypeWidth()
290 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()
305 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()
357 case UnsignedShort: return getShortAlign(); in getTypeAlign()
379 case UnsignedShort: in isTypeSigned()
399 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h494 this->WCharType = TargetInfo::UnsignedShort; in PSOSTargetInfo()
714 this->WCharType = this->UnsignedShort; in AIXTargetInfo()
796 this->WCharType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
797 this->WIntType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
H A DX86.h631 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_32TargetInfo()
907 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_64TargetInfo()
H A DARM.cpp1460 this->WCharType = TargetInfo::UnsignedShort; in CygwinARMTargetInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h141 UnsignedShort, enumerator
365 case UnsignedShort: in getSignedSizeType()
412 return UnsignedShort; in getCorrespondingUnsignedType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1141 DefineExactWidthIntType(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
1142 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9331 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()