Searched refs:SignedLongLong (Results 1 – 12 of 12) sorted by relevance
132 IntMaxType = SignedLongLong; in TargetInfo()138 Int64Type = SignedLongLong; in TargetInfo()243 case SignedLongLong: return "long long int"; in getTypeName()257 case SignedLongLong: return "LL"; in getTypeConstantSuffix()286 case SignedLongLong: in getTypeFormatModifier()304 case SignedLongLong: in getTypeWidth()320 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()335 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()386 case SignedLongLong: in getTypeAlign()400 case SignedLongLong: in isTypeSigned()[all …]
749 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()750 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()870 IntMaxType = SignedLongLong; in UEFIX86_64TargetInfo()871 Int64Type = SignedLongLong; in UEFIX86_64TargetInfo()873 PtrDiffType = SignedLongLong; in UEFIX86_64TargetInfo()874 IntPtrType = SignedLongLong; in UEFIX86_64TargetInfo()910 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()911 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()913 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()914 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()[all …]
33 this->IntMaxType = TargetInfo::SignedLongLong; in PNaClTargetInfo()34 this->Int64Type = TargetInfo::SignedLongLong; in PNaClTargetInfo()
125 Int64Type = SignedLongLong; in setO32ABITypes()151 Int64Type = SignedLongLong; in setN64ABITypes()164 Int64Type = SignedLongLong; in setN32ABITypes()
152 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()159 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
152 ? (IsSigned ? TargetInfo::SignedLongLong in getLeastIntTypeByWidth()484 this->IntMaxType = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()485 this->Int64Type = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()528 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()529 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()
132 Int64Type = SignedLongLong; in AArch64TargetInfo()133 IntMaxType = SignedLongLong; in AArch64TargetInfo()1680 IntMaxType = SignedLongLong; in WindowsARM64TargetInfo()1681 Int64Type = SignedLongLong; in WindowsARM64TargetInfo()1683 PtrDiffType = SignedLongLong; in WindowsARM64TargetInfo()1684 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()1781 Int64Type = SignedLongLong; in DarwinAArch64TargetInfo()1783 IntMaxType = SignedLongLong; in DarwinAArch64TargetInfo()
207 IntMaxType = SignedLongLong; in SparcV9TargetInfo()
156 SignedLongLong, enumerator398 return SignedLongLong; in getSignedSizeType()443 case SignedLongLong: in getCorrespondingUnsignedType()
1140 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()1289 DefineExactWidthIntType(LangOpts, TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()1317 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
10425 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()12343 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()12364 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()