Searched refs:UnsignedShort (Results 1 – 7 of 7) sorted by relevance
98 Char16Type = UnsignedShort; in TargetInfo()178 case UnsignedShort: return "unsigned short"; in getTypeName()202 case UnsignedShort: in getTypeConstantSuffix()221 case UnsignedShort: return "h"; in getTypeFormatModifier()239 case UnsignedShort: return getShortWidth(); in getTypeWidth()254 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()269 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()315 case UnsignedShort: return getShortAlign(); in getTypeAlign()337 case UnsignedShort: in isTypeSigned()357 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
561 this->WCharType = TargetInfo::UnsignedShort; in PS4OSTargetInfo()737 this->WCharType = this->UnsignedShort; in AIXTargetInfo()823 this->WCharType = TargetInfo::UnsignedShort; in WindowsTargetInfo()824 this->WIntType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
584 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_32TargetInfo()857 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_64TargetInfo()
1271 this->WCharType = TargetInfo::UnsignedShort; in CygwinARMTargetInfo()
115 UnsignedShort, enumerator320 case UnsignedShort: in getSignedSizeType()366 return UnsignedShort; in getCorrespondingUnsignedType()
979 DefineExactWidthIntType(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()980 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
8578 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()