Searched refs:UnsignedShort (Results 1 – 7 of 7) sorted by relevance
131 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()
494 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()
631 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_32TargetInfo()907 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_64TargetInfo()
1460 this->WCharType = TargetInfo::UnsignedShort; in CygwinARMTargetInfo()
141 UnsignedShort, enumerator365 case UnsignedShort: in getSignedSizeType()412 return UnsignedShort; in getCorrespondingUnsignedType()
1141 DefineExactWidthIntType(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()1142 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
9331 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()