Searched refs:UnsignedShort (Results 1 – 7 of 7) sorted by relevance
136 Char16Type = UnsignedShort; in TargetInfo()238 case UnsignedShort: return "unsigned short"; in getTypeName()262 case UnsignedShort: in getTypeConstantSuffix()281 case UnsignedShort: return "h"; in getTypeFormatModifier()299 case UnsignedShort: return getShortWidth(); in getTypeWidth()314 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()329 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()381 case UnsignedShort: return getShortAlign(); in getTypeAlign()403 case UnsignedShort: in isTypeSigned()424 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
553 this->WCharType = TargetInfo::UnsignedShort; in PSOSTargetInfo()766 this->WCharType = this->UnsignedShort; in AIXTargetInfo()845 this->WCharType = TargetInfo::UnsignedShort; in UEFITargetInfo()846 this->WIntType = TargetInfo::UnsignedShort; in UEFITargetInfo()866 this->WCharType = TargetInfo::UnsignedShort; in WindowsTargetInfo()867 this->WIntType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
650 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_32TargetInfo()875 WCharType = UnsignedShort; in UEFIX86_64TargetInfo()876 WIntType = UnsignedShort; in UEFIX86_64TargetInfo()988 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_64TargetInfo()
1536 this->WCharType = TargetInfo::UnsignedShort; in CygwinARMTargetInfo()
151 UnsignedShort, enumerator391 case UnsignedShort: in getSignedSizeType()438 return UnsignedShort; in getCorrespondingUnsignedType()
1296 DefineExactWidthIntType(LangOpts, TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()1297 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
10420 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()