Searched refs:UnsignedLongLong (Results 1 – 8 of 8) sorted by relevance
244 case UnsignedLongLong: return "long long unsigned int"; in getTypeName()268 case UnsignedLongLong: return "ULL"; in getTypeConstantSuffix()287 case UnsignedLongLong: return "ll"; in getTypeFormatModifier()305 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()320 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()335 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()387 case UnsignedLongLong: return getLongLongAlign(); in getTypeAlign()406 case UnsignedLongLong: in isTypeSigned()
152 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()159 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
872 SizeType = UnsignedLongLong; in UEFIX86_64TargetInfo()912 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
153 : TargetInfo::UnsignedLongLong) in getLeastIntTypeByWidth()
1682 SizeType = UnsignedLongLong; in WindowsARM64TargetInfo()
157 UnsignedLongLong enumerator397 case UnsignedLongLong: in getSignedSizeType()444 return UnsignedLongLong; in getCorrespondingUnsignedType()
1314 DefineExactWidthIntType(LangOpts, TargetInfo::UnsignedLongLong, TI, in InitializePredefinedMacros()1316 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
10426 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()