Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DTargetInfo.cpp54 IntMaxType = SignedLongLong; in TargetInfo()
61 Int64Type = SignedLongLong; in TargetInfo()
114 case SignedLongLong: return "long long int"; in getTypeName()
128 case SignedLongLong: return "LL"; in getTypeConstantSuffix()
150 case SignedLongLong: in getTypeWidth()
166 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
204 case SignedLongLong: in getTypeAlign()
218 case SignedLongLong: in isTypeSigned()
257 IntMaxType = SignedLongLong; in setForcedLangOptions()
DTargets.cpp494 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
496 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
644 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()
646 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()
3303 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()
3305 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()
3307 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()
3308 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()
3377 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()
3388 IntMaxType = SignedLongLong; in OpenBSDX86_64TargetInfo()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DInitPreprocessor.cpp563 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
635 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DTargetInfo.h123 SignedLongLong, enumerator
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp6368 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()