Searched refs:SignedLongLong (Results 1 – 12 of 12) sorted by relevance
125 IntMaxType = SignedLongLong; in TargetInfo()131 Int64Type = SignedLongLong; in TargetInfo()217 case SignedLongLong: return "long long int"; in getTypeName()231 case SignedLongLong: return "LL"; in getTypeConstantSuffix()260 case SignedLongLong: in getTypeFormatModifier()278 case SignedLongLong: in getTypeWidth()294 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()309 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()360 case SignedLongLong: in getTypeAlign()374 case SignedLongLong: in isTypeSigned()[all …]
33 this->IntMaxType = TargetInfo::SignedLongLong; in PNaClTargetInfo()34 this->Int64Type = TargetInfo::SignedLongLong; in PNaClTargetInfo()
713 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()714 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()816 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()817 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()819 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()820 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()915 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()941 IntMaxType = SignedLongLong; in OpenBSDX86_64TargetInfo()942 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()
118 Int64Type = SignedLongLong; in setO32ABITypes()144 Int64Type = SignedLongLong; in setN64ABITypes()157 Int64Type = SignedLongLong; in setN32ABITypes()
117 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()124 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
128 Int64Type = SignedLongLong; in AArch64TargetInfo()129 IntMaxType = SignedLongLong; in AArch64TargetInfo()1344 IntMaxType = SignedLongLong; in WindowsARM64TargetInfo()1345 Int64Type = SignedLongLong; in WindowsARM64TargetInfo()1347 PtrDiffType = SignedLongLong; in WindowsARM64TargetInfo()1348 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()1427 Int64Type = SignedLongLong; in DarwinAArch64TargetInfo()1429 IntMaxType = SignedLongLong; in DarwinAArch64TargetInfo()
160 ? (IsSigned ? TargetInfo::SignedLongLong in getLeastIntTypeByWidth()473 this->IntMaxType = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()474 this->Int64Type = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()519 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()520 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()886 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()887 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()
44 IntMaxType = SignedLongLong; in MSP430TargetInfo()
203 IntMaxType = SignedLongLong; in SparcV9TargetInfo()
145 SignedLongLong, enumerator350 return SignedLongLong; in getSignedSizeType()395 case SignedLongLong: in getCorrespondingUnsignedType()
984 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()1085 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()1112 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
9326 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()11135 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()11156 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()