Searched refs:UnsignedLongLong (Results 1 – 5 of 5) sorted by relevance
115 case UnsignedLongLong: return "long long unsigned int"; in getTypeName()137 case UnsignedLongLong: return "ULL"; in getTypeConstantSuffix()156 case UnsignedLongLong: return "ll"; in getTypeFormatModifier()174 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()189 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()204 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()243 case UnsignedLongLong: return getLongLongAlign(); in getTypeAlign()262 case UnsignedLongLong: in isTypeSigned()
1532 SizeType = PtrDiffType = TargetInfo::UnsignedLongLong; in NVPTX64TargetInfo()3620 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
121 UnsignedLongLong enumerator241 return UnsignedLongLong; in getCorrespondingUnsignedType()
755 DefineExactWidthIntType(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()756 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
6405 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()