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.cpp131 Char16Type = UnsignedShort; in TargetInfo()
215 case UnsignedShort: return "unsigned short"; in getTypeName()
239 case UnsignedShort: in getTypeConstantSuffix()
258 case UnsignedShort: return "h"; in getTypeFormatModifier()
276 case UnsignedShort: return getShortWidth(); in getTypeWidth()
291 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()
306 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()
358 case UnsignedShort: return getShortAlign(); in getTypeAlign()
380 case UnsignedShort: in isTypeSigned()
400 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h498 this->WCharType = TargetInfo::UnsignedShort; in PSOSTargetInfo()
718 this->WCharType = this->UnsignedShort; in AIXTargetInfo()
800 this->WCharType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
801 this->WIntType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
H A DX86.h622 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_32TargetInfo()
901 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_64TargetInfo()
H A DARM.cpp1461 this->WCharType = TargetInfo::UnsignedShort; in CygwinARMTargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h147 UnsignedShort, enumerator
374 case UnsignedShort: in getSignedSizeType()
421 return UnsignedShort; in getCorrespondingUnsignedType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1275 DefineExactWidthIntType(LangOpts, TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
1276 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9791 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()