Searched refs:SignedLongLong (Results 1 – 12 of 12) sorted by relevance
127 IntMaxType = SignedLongLong; in TargetInfo()133 Int64Type = SignedLongLong; in TargetInfo()220 case SignedLongLong: return "long long int"; in getTypeName()234 case SignedLongLong: return "LL"; in getTypeConstantSuffix()263 case SignedLongLong: in getTypeFormatModifier()281 case SignedLongLong: in getTypeWidth()297 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()312 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()363 case SignedLongLong: in getTypeAlign()377 case SignedLongLong: in isTypeSigned()[all …]
719 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()720 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()823 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()824 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()826 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()827 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()923 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()950 IntMaxType = SignedLongLong; in OpenBSDX86_64TargetInfo()951 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()
33 this->IntMaxType = TargetInfo::SignedLongLong; in PNaClTargetInfo()34 this->Int64Type = TargetInfo::SignedLongLong; in PNaClTargetInfo()
124 Int64Type = SignedLongLong; in setO32ABITypes()150 Int64Type = SignedLongLong; in setN64ABITypes()163 Int64Type = SignedLongLong; in setN32ABITypes()
147 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()154 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
130 ? (IsSigned ? TargetInfo::SignedLongLong in getLeastIntTypeByWidth()429 this->IntMaxType = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()430 this->Int64Type = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()473 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()474 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()826 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()827 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()
136 Int64Type = SignedLongLong; in AArch64TargetInfo()137 IntMaxType = SignedLongLong; in AArch64TargetInfo()1560 IntMaxType = SignedLongLong; in WindowsARM64TargetInfo()1561 Int64Type = SignedLongLong; in WindowsARM64TargetInfo()1563 PtrDiffType = SignedLongLong; in WindowsARM64TargetInfo()1564 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()1655 Int64Type = SignedLongLong; in DarwinAArch64TargetInfo()1657 IntMaxType = SignedLongLong; in DarwinAArch64TargetInfo()
44 IntMaxType = SignedLongLong; in MSP430TargetInfo()
207 IntMaxType = SignedLongLong; in SparcV9TargetInfo()
152 SignedLongLong, enumerator381 return SignedLongLong; in getSignedSizeType()426 case SignedLongLong: in getCorrespondingUnsignedType()
1123 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()1268 DefineExactWidthIntType(LangOpts, TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()1296 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
9796 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()11721 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()11742 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()