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()
556 this->WCharType = TargetInfo::UnsignedShort; in PS4OSTargetInfo()725 this->WCharType = this->UnsignedShort; in AIXTargetInfo()812 this->WCharType = TargetInfo::UnsignedShort; in WindowsTargetInfo()813 this->WIntType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
580 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_32TargetInfo()851 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_64TargetInfo()
1269 this->WCharType = TargetInfo::UnsignedShort; in CygwinARMTargetInfo()
115 UnsignedShort, enumerator320 case UnsignedShort: in getSignedSizeType()366 return UnsignedShort; in getCorrespondingUnsignedType()
977 DefineExactWidthIntType(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()978 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
8559 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()