Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp102 Char16Type = UnsignedShort; in TargetInfo()
187 case UnsignedShort: return "unsigned short"; in getTypeName()
211 case UnsignedShort: in getTypeConstantSuffix()
230 case UnsignedShort: return "h"; in getTypeFormatModifier()
248 case UnsignedShort: return getShortWidth(); in getTypeWidth()
263 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()
278 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()
330 case UnsignedShort: return getShortAlign(); in getTypeAlign()
352 case UnsignedShort: in isTypeSigned()
372 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DOSTargets.h561 this->WCharType = TargetInfo::UnsignedShort; in PSOSTargetInfo()
780 this->WCharType = this->UnsignedShort; in AIXTargetInfo()
866 this->WCharType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
867 this->WIntType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
H A DX86.h599 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_32TargetInfo()
872 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_64TargetInfo()
H A DARM.cpp1357 this->WCharType = TargetInfo::UnsignedShort; in CygwinARMTargetInfo()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h125 UnsignedShort, enumerator
328 case UnsignedShort: in getSignedSizeType()
374 return UnsignedShort; in getCorrespondingUnsignedType()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp1077 DefineExactWidthIntType(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
1078 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp9209 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()