Searched refs:SignedLongLong (Results 1 – 12 of 12) sorted by relevance
94 IntMaxType = SignedLongLong; in TargetInfo()100 Int64Type = SignedLongLong; in TargetInfo()183 case SignedLongLong: return "long long int"; in getTypeName()197 case SignedLongLong: return "LL"; in getTypeConstantSuffix()226 case SignedLongLong: in getTypeFormatModifier()244 case SignedLongLong: in getTypeWidth()260 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()275 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()320 case SignedLongLong: in getTypeAlign()334 case SignedLongLong: in isTypeSigned()[all …]
680 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()681 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()780 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()781 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()783 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()784 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()879 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()905 IntMaxType = SignedLongLong; in OpenBSDX86_64TargetInfo()906 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()
47 Int64Type = SignedLongLong; in AArch64TargetInfo()48 IntMaxType = SignedLongLong; in AArch64TargetInfo()826 IntMaxType = SignedLongLong; in WindowsARM64TargetInfo()827 Int64Type = SignedLongLong; in WindowsARM64TargetInfo()829 PtrDiffType = SignedLongLong; in WindowsARM64TargetInfo()830 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()909 Int64Type = SignedLongLong; in DarwinAArch64TargetInfo()911 IntMaxType = SignedLongLong; in DarwinAArch64TargetInfo()
33 this->IntMaxType = TargetInfo::SignedLongLong; in PNaClTargetInfo()34 this->Int64Type = TargetInfo::SignedLongLong; in PNaClTargetInfo()
119 Int64Type = SignedLongLong; in setO32ABITypes()145 Int64Type = SignedLongLong; in setN64ABITypes()158 Int64Type = SignedLongLong; in setN32ABITypes()
116 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()123 ? (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()850 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()851 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()
44 IntMaxType = SignedLongLong; in MSP430TargetInfo()
208 IntMaxType = SignedLongLong; in SparcV9TargetInfo()
120 SignedLongLong, enumerator327 return SignedLongLong; in getSignedSizeType()371 case SignedLongLong: in getCorrespondingUnsignedType()
874 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()972 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()999 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
8583 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()10353 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()10374 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()