Searched refs:UnsignedShort (Results 1 – 5 of 5) sorted by relevance
61 Char16Type = UnsignedShort; in TargetInfo()113 case UnsignedShort: return "unsigned short"; in getTypeName()136 case UnsignedShort: in getTypeConstantSuffix()154 case UnsignedShort: return "h"; in getTypeFormatModifier()172 case UnsignedShort: return getShortWidth(); in getTypeWidth()187 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()202 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()241 case UnsignedShort: return getShortAlign(); in getTypeAlign()263 case UnsignedShort: in isTypeSigned()278 WCharType = UnsignedShort; in adjust()
586 this->WCharType = this->UnsignedShort; in PS4OSTargetInfo()3754 WCharType = UnsignedShort; in WindowsX86_32TargetInfo()3837 WCharType = UnsignedShort; in CygwinX86_32TargetInfo()4031 WCharType = UnsignedShort; in WindowsX86_64TargetInfo()4116 WCharType = UnsignedShort; in CygwinX86_64TargetInfo()4267 WCharType = UnsignedShort; in setABIAAPCS()5099 WCharType = UnsignedShort; in WindowsARMTargetInfo()5195 WCharType = UnsignedShort; in CygwinARMTargetInfo()
122 UnsignedShort, enumerator242 return UnsignedShort; in getCorrespondingUnsignedType()
755 DefineExactWidthIntType(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()756 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
6601 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()