Searched refs:UnsignedLongLong (Results 1 – 8 of 8) sorted by relevance
220 case UnsignedLongLong: return "long long unsigned int"; in getTypeName()244 case UnsignedLongLong: return "ULL"; in getTypeConstantSuffix()263 case UnsignedLongLong: return "ll"; in getTypeFormatModifier()281 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()296 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()311 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()363 case UnsignedLongLong: return getLongLongAlign(); in getTypeAlign()382 case UnsignedLongLong: in isTypeSigned()
142 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()149 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
832 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
131 : TargetInfo::UnsignedLongLong) in getLeastIntTypeByWidth()
1488 SizeType = UnsignedLongLong; in WindowsARM64TargetInfo()
147 UnsignedLongLong enumerator371 case UnsignedLongLong: in getSignedSizeType()418 return UnsignedLongLong; in getCorrespondingUnsignedType()
1159 DefineExactWidthIntType(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()1160 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
9337 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()