Searched refs:UnsignedLongLong (Results 1 – 10 of 10) sorted by relevance
184 case UnsignedLongLong: return "long long unsigned int"; in getTypeName()208 case UnsignedLongLong: return "ULL"; in getTypeConstantSuffix()227 case UnsignedLongLong: return "ll"; in getTypeFormatModifier()245 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()260 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()275 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()321 case UnsignedLongLong: return getLongLongAlign(); in getTypeAlign()340 case UnsignedLongLong: in isTypeSigned()
116 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()123 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
823 SizeType = UnsignedLongLong; in WindowsARM64TargetInfo()
777 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
163 : TargetInfo::UnsignedLongLong) in getLeastIntTypeByWidth()
121 UnsignedLongLong enumerator326 case UnsignedLongLong: in getSignedSizeType()372 return UnsignedLongLong; in getCorrespondingUnsignedType()
995 DefineExactWidthIntType(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()996 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
8565 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()
9403 address as UnsignedLongLong, not LongLong.