Searched refs:UnsignedLongLong (Results 1 – 11 of 11) sorted by relevance
66 case modernize::LiteralSize::UnsignedLongLong: in toString()265 {modernize::LiteralSize::UnsignedLongLong, "1ULL"},266 {modernize::LiteralSize::UnsignedLongLong, "1LLU"}};
193 case UnsignedLongLong: return "long long unsigned int"; in getTypeName()217 case UnsignedLongLong: return "ULL"; in getTypeConstantSuffix()236 case UnsignedLongLong: return "ll"; in getTypeFormatModifier()254 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()269 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()284 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()336 case UnsignedLongLong: return getLongLongAlign(); in getTypeAlign()355 case UnsignedLongLong: in isTypeSigned()
118 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()125 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
930 SizeType = UnsignedLongLong; in WindowsARM64TargetInfo()
797 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
163 : TargetInfo::UnsignedLongLong) in getLeastIntTypeByWidth()
26 UnsignedLongLong enumerator
109 return LiteralSize::UnsignedLongLong; in literalTokenSize()
131 UnsignedLongLong enumerator334 case UnsignedLongLong: in getSignedSizeType()380 return UnsignedLongLong; in getCorrespondingUnsignedType()
1095 DefineExactWidthIntType(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()1096 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
9215 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()