Searched refs:UnsignedShort (Results 1 – 7 of 7) sorted by relevance
129 Char16Type = UnsignedShort; in TargetInfo()212 case UnsignedShort: return "unsigned short"; in getTypeName()236 case UnsignedShort: in getTypeConstantSuffix()255 case UnsignedShort: return "h"; in getTypeFormatModifier()273 case UnsignedShort: return getShortWidth(); in getTypeWidth()288 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()303 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()355 case UnsignedShort: return getShortAlign(); in getTypeAlign()377 case UnsignedShort: in isTypeSigned()397 case 2: WCharType = Opts.WCharIsSigned ? SignedShort : UnsignedShort; break; in adjust()
543 this->WCharType = TargetInfo::UnsignedShort; in PSOSTargetInfo()765 this->WCharType = this->UnsignedShort; in AIXTargetInfo()859 this->WCharType = TargetInfo::UnsignedShort; in WindowsTargetInfo()860 this->WIntType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
617 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_32TargetInfo()893 this->WCharType = TargetInfo::UnsignedShort; in CygwinX86_64TargetInfo()
1387 this->WCharType = TargetInfo::UnsignedShort; in CygwinARMTargetInfo()
140 UnsignedShort, enumerator343 case UnsignedShort: in getSignedSizeType()390 return UnsignedShort; in getCorrespondingUnsignedType()
1092 DefineExactWidthIntType(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()1093 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
9321 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()