Searched refs:SignedLongLong (Results 1 – 5 of 5) sorted by relevance
57 IntMaxType = SignedLongLong; in TargetInfo()63 Int64Type = SignedLongLong; in TargetInfo()118 case SignedLongLong: return "long long int"; in getTypeName()132 case SignedLongLong: return "LL"; in getTypeConstantSuffix()159 case SignedLongLong: in getTypeFormatModifier()177 case SignedLongLong: in getTypeWidth()193 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()208 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()246 case SignedLongLong: in getTypeAlign()260 case SignedLongLong: in isTypeSigned()[all …]
565 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()566 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()715 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()716 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()1529 IntMaxType = SignedLongLong; in PPC64TargetInfo()1530 Int64Type = SignedLongLong; in PPC64TargetInfo()3962 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()3963 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()4034 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()4035 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()[all …]
127 SignedLongLong, enumerator247 case SignedLongLong: in getCorrespondingUnsignedType()
653 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()748 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()775 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
6606 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()7989 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()