Searched refs:UnsignedShort (Results 1 – 7 of 7) sorted by relevance
102 Char16Type = UnsignedShort; in TargetInfo()187 case UnsignedShort: return "unsigned short"; in getTypeName()211 case UnsignedShort: in getTypeConstantSuffix()230 case UnsignedShort: return "h"; in getTypeFormatModifier()248 case UnsignedShort: return getShortWidth(); in getTypeWidth()263 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()278 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()330 case UnsignedShort: return getShortAlign(); in getTypeAlign()352 case UnsignedShort: in isTypeSigned()372 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
561 this->WCharType = TargetInfo::UnsignedShort; in PSOSTargetInfo()780 this->WCharType = this->UnsignedShort; in AIXTargetInfo()866 this->WCharType = TargetInfo::UnsignedShort; in WindowsTargetInfo()867 this->WIntType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
599 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_32TargetInfo()872 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_64TargetInfo()
1357 this->WCharType = TargetInfo::UnsignedShort; in CygwinARMTargetInfo()
125 UnsignedShort, enumerator328 case UnsignedShort: in getSignedSizeType()374 return UnsignedShort; in getCorrespondingUnsignedType()
1077 DefineExactWidthIntType(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()1078 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
9209 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()