Home
last modified time | relevance | path

Searched refs:UnsignedShort (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Basic/
DTargetInfo.cpp61 Char16Type = UnsignedShort; in TargetInfo()
113 case UnsignedShort: return "unsigned short"; in getTypeName()
136 case UnsignedShort: in getTypeConstantSuffix()
154 case UnsignedShort: return "h"; in getTypeFormatModifier()
172 case UnsignedShort: return getShortWidth(); in getTypeWidth()
187 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth()
202 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth()
241 case UnsignedShort: return getShortAlign(); in getTypeAlign()
263 case UnsignedShort: in isTypeSigned()
278 WCharType = UnsignedShort; in adjust()
DTargets.cpp586 this->WCharType = this->UnsignedShort; in PS4OSTargetInfo()
3754 WCharType = UnsignedShort; in WindowsX86_32TargetInfo()
3837 WCharType = UnsignedShort; in CygwinX86_32TargetInfo()
4031 WCharType = UnsignedShort; in WindowsX86_64TargetInfo()
4116 WCharType = UnsignedShort; in CygwinX86_64TargetInfo()
4267 WCharType = UnsignedShort; in setABIAAPCS()
5099 WCharType = UnsignedShort; in WindowsARMTargetInfo()
5195 WCharType = UnsignedShort; in CygwinARMTargetInfo()
/external/clang/include/clang/Basic/
DTargetInfo.h122 UnsignedShort, enumerator
242 return UnsignedShort; in getCorrespondingUnsignedType()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp755 DefineExactWidthIntType(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
756 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
/external/clang/lib/AST/
DASTContext.cpp6601 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()