Searched refs:SignedLongLong (Results 1 – 12 of 12) sorted by relevance
98 IntMaxType = SignedLongLong; in TargetInfo()104 Int64Type = SignedLongLong; in TargetInfo()192 case SignedLongLong: return "long long int"; in getTypeName()206 case SignedLongLong: return "LL"; in getTypeConstantSuffix()235 case SignedLongLong: in getTypeFormatModifier()253 case SignedLongLong: in getTypeWidth()269 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()284 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()335 case SignedLongLong: in getTypeAlign()349 case SignedLongLong: in isTypeSigned()[all …]
695 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()696 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()795 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()796 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()798 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()799 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()894 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()920 IntMaxType = SignedLongLong; in OpenBSDX86_64TargetInfo()921 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()
33 this->IntMaxType = TargetInfo::SignedLongLong; in PNaClTargetInfo()34 this->Int64Type = TargetInfo::SignedLongLong; in PNaClTargetInfo()
68 Int64Type = SignedLongLong; in AArch64TargetInfo()69 IntMaxType = SignedLongLong; in AArch64TargetInfo()928 IntMaxType = SignedLongLong; in WindowsARM64TargetInfo()929 Int64Type = SignedLongLong; in WindowsARM64TargetInfo()931 PtrDiffType = SignedLongLong; in WindowsARM64TargetInfo()932 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()1011 Int64Type = SignedLongLong; in DarwinAArch64TargetInfo()1013 IntMaxType = SignedLongLong; in DarwinAArch64TargetInfo()
119 Int64Type = SignedLongLong; in setO32ABITypes()145 Int64Type = SignedLongLong; in setN64ABITypes()158 Int64Type = SignedLongLong; in setN32ABITypes()
118 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()125 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
162 ? (IsSigned ? TargetInfo::SignedLongLong in getLeastIntTypeByWidth()474 this->IntMaxType = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()475 this->Int64Type = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()537 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()538 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()893 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()894 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()
44 IntMaxType = SignedLongLong; in MSP430TargetInfo()
203 IntMaxType = SignedLongLong; in SparcV9TargetInfo()
130 SignedLongLong, enumerator335 return SignedLongLong; in getSignedSizeType()379 case SignedLongLong: in getCorrespondingUnsignedType()
972 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()1070 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()1097 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
9214 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()10990 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()11011 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()