Searched refs:SignedLongLong (Results 1 – 5 of 5) sorted by relevance
59 IntMaxType = SignedLongLong; in TargetInfo()65 Int64Type = SignedLongLong; in TargetInfo()121 case SignedLongLong: return "long long int"; in getTypeName()135 case SignedLongLong: return "LL"; in getTypeConstantSuffix()162 case SignedLongLong: in getTypeFormatModifier()180 case SignedLongLong: in getTypeWidth()196 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()211 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()251 case SignedLongLong: in getTypeAlign()265 case SignedLongLong: in isTypeSigned()[all …]
626 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()627 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()787 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()788 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()1635 IntMaxType = SignedLongLong; in PPC64TargetInfo()1636 Int64Type = SignedLongLong; in PPC64TargetInfo()4328 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()4329 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()4410 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()4411 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()[all …]
134 SignedLongLong, enumerator258 case SignedLongLong: in getCorrespondingUnsignedType()
686 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()781 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()808 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
6704 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()8131 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()