Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDTargetInfo.cpp57 IntMaxType = SignedLongLong; in TargetInfo()
63 Int64Type = SignedLongLong; in TargetInfo()
117 case SignedLongLong: return "long long int"; in getTypeName()
131 case SignedLongLong: return "LL"; in getTypeConstantSuffix()
158 case SignedLongLong: in getTypeFormatModifier()
176 case SignedLongLong: in getTypeWidth()
192 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
207 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
245 case SignedLongLong: in getTypeAlign()
259 case SignedLongLong: in isTypeSigned()
[all …]
HDTargets.cpp560 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
561 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
707 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()
708 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()
1511 IntMaxType = SignedLongLong; in PPC64TargetInfo()
1512 Int64Type = SignedLongLong; in PPC64TargetInfo()
3862 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
3863 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
3915 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()
3916 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h123 SignedLongLong, enumerator
243 case SignedLongLong: in getCorrespondingUnsignedType()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDInitPreprocessor.cpp644 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
739 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
766 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp6532 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()
7915 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()