Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp53 IntMaxType = SignedLongLong; in TargetInfo()
60 Int64Type = SignedLongLong; in TargetInfo()
109 case SignedLongLong: return "long long int"; in getTypeName()
122 case SignedLongLong: return "LL"; in getTypeConstantSuffix()
141 case SignedLongLong: in getTypeWidth()
157 case SignedLongLong: in getTypeAlign()
170 case SignedLongLong: in isTypeSigned()
DTargets.cpp460 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
462 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
2719 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()
2721 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()
2723 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()
2724 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()
2789 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()
2800 IntMaxType = SignedLongLong; in OpenBSDX86_64TargetInfo()
2802 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()
2812 IntMaxType = SignedLongLong; in BitrigX86_64TargetInfo()
[all …]
/external/clang/lib/Frontend/
DInitPreprocessor.cpp474 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
543 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
/external/clang/include/clang/Basic/
DTargetInfo.h123 SignedLongLong, enumerator
/external/clang/lib/AST/
DASTContext.cpp5712 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()