Searched refs:UnsignedLongLong (Results 1 – 5 of 5) sorted by relevance
118 case UnsignedLongLong: return "long long unsigned int"; in getTypeName()140 case UnsignedLongLong: return "ULL"; in getTypeConstantSuffix()159 case UnsignedLongLong: return "ll"; in getTypeFormatModifier()177 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()192 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()207 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()246 case UnsignedLongLong: return getLongLongAlign(); in getTypeAlign()265 case UnsignedLongLong: in isTypeSigned()
3917 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
124 UnsignedLongLong enumerator244 return UnsignedLongLong; in getCorrespondingUnsignedType()
764 DefineExactWidthIntType(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()765 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
6533 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()