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 …]
676 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()677 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()775 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()776 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()778 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()779 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()873 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()899 IntMaxType = SignedLongLong; in OpenBSDX86_64TargetInfo()900 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()
47 Int64Type = SignedLongLong; in AArch64TargetInfo()48 IntMaxType = SignedLongLong; in AArch64TargetInfo()821 IntMaxType = SignedLongLong; in WindowsARM64TargetInfo()822 Int64Type = SignedLongLong; in WindowsARM64TargetInfo()824 PtrDiffType = SignedLongLong; in WindowsARM64TargetInfo()825 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()903 Int64Type = SignedLongLong; in DarwinAArch64TargetInfo()905 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()469 this->IntMaxType = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()470 this->Int64Type = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()532 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()533 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()839 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()840 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()
872 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()970 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()997 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
8564 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()10311 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()10332 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()