Searched refs:UnsignedLongLong (Results 1 – 5 of 5) sorted by relevance
122 case UnsignedLongLong: return "long long unsigned int"; in getTypeName()144 case UnsignedLongLong: return "ULL"; in getTypeConstantSuffix()163 case UnsignedLongLong: return "ll"; in getTypeFormatModifier()181 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()196 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()211 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()252 case UnsignedLongLong: return getLongLongAlign(); in getTypeAlign()271 case UnsignedLongLong: in isTypeSigned()
4412 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()7834 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()7841 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
135 UnsignedLongLong enumerator259 return UnsignedLongLong; in getCorrespondingUnsignedType()
806 DefineExactWidthIntType(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()807 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
6705 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()