Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp59 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 …]
DTargets.cpp626 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 …]
/external/clang/include/clang/Basic/
DTargetInfo.h134 SignedLongLong, enumerator
258 case SignedLongLong: in getCorrespondingUnsignedType()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp686 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()
/external/clang/lib/AST/
DASTContext.cpp6704 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()
8131 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()