Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp136 Char16Type = UnsignedShort; in TargetInfo()
238 case UnsignedShort: return "unsigned short"; in getTypeName()
262 case UnsignedShort: in getTypeConstantSuffix()
281 case UnsignedShort: return "h"; in getTypeFormatModifier()
299 case UnsignedShort: return getShortWidth(); in getTypeWidth()
314 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()
329 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()
381 case UnsignedShort: return getShortAlign(); in getTypeAlign()
403 case UnsignedShort: in isTypeSigned()
424 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h553 this->WCharType = TargetInfo::UnsignedShort; in PSOSTargetInfo()
766 this->WCharType = this->UnsignedShort; in AIXTargetInfo()
845 this->WCharType = TargetInfo::UnsignedShort; in UEFITargetInfo()
846 this->WIntType = TargetInfo::UnsignedShort; in UEFITargetInfo()
866 this->WCharType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
867 this->WIntType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
H A DX86.h650 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_32TargetInfo()
875 WCharType = UnsignedShort; in UEFIX86_64TargetInfo()
876 WIntType = UnsignedShort; in UEFIX86_64TargetInfo()
988 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_64TargetInfo()
H A DARM.cpp1536 this->WCharType = TargetInfo::UnsignedShort; in CygwinARMTargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h151 UnsignedShort, enumerator
391 case UnsignedShort: in getSignedSizeType()
438 return UnsignedShort; in getCorrespondingUnsignedType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1296 DefineExactWidthIntType(LangOpts, TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
1297 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10420 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()