Searched refs:UnsignedLongLong (Results 1 – 8 of 8) sorted by relevance
221 case UnsignedLongLong: return "long long unsigned int"; in getTypeName()245 case UnsignedLongLong: return "ULL"; in getTypeConstantSuffix()264 case UnsignedLongLong: return "ll"; in getTypeFormatModifier()282 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()297 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()312 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()364 case UnsignedLongLong: return getLongLongAlign(); in getTypeAlign()383 case UnsignedLongLong: in isTypeSigned()
147 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()154 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
825 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
131 : TargetInfo::UnsignedLongLong) in getLeastIntTypeByWidth()
1562 SizeType = UnsignedLongLong; in WindowsARM64TargetInfo()
153 UnsignedLongLong enumerator380 case UnsignedLongLong: in getSignedSizeType()427 return UnsignedLongLong; in getCorrespondingUnsignedType()
1293 DefineExactWidthIntType(LangOpts, TargetInfo::UnsignedLongLong, TI, in InitializePredefinedMacros()1295 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
9797 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()