Searched refs:UnsignedShort (Results 1 – 7 of 7) sorted by relevance
131 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()
498 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()
622 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_32TargetInfo()901 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_64TargetInfo()
1461 this->WCharType = TargetInfo::UnsignedShort; in CygwinARMTargetInfo()
147 UnsignedShort, enumerator374 case UnsignedShort: in getSignedSizeType()421 return UnsignedShort; in getCorrespondingUnsignedType()
1275 DefineExactWidthIntType(LangOpts, TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()1276 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
9791 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()