Home
last modified time | relevance | path

Searched refs:SignedLongLong (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Basic/
DTargetInfo.cpp57 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 …]
DTargets.cpp565 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 …]
/external/clang/include/clang/Basic/
DTargetInfo.h127 SignedLongLong, enumerator
247 case SignedLongLong: in getCorrespondingUnsignedType()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp653 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()
/external/clang/lib/AST/
DASTContext.cpp6606 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()
7989 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()