Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp94 IntMaxType = SignedLongLong; in TargetInfo()
100 Int64Type = SignedLongLong; in TargetInfo()
183 case SignedLongLong: return "long long int"; in getTypeName()
197 case SignedLongLong: return "LL"; in getTypeConstantSuffix()
226 case SignedLongLong: in getTypeFormatModifier()
244 case SignedLongLong: in getTypeWidth()
260 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
275 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
320 case SignedLongLong: in getTypeAlign()
334 case SignedLongLong: in isTypeSigned()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DX86.h676 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
677 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
775 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()
776 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()
778 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()
779 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()
873 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()
899 IntMaxType = SignedLongLong; in OpenBSDX86_64TargetInfo()
900 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()
H A DAArch64.cpp47 Int64Type = SignedLongLong; in AArch64TargetInfo()
48 IntMaxType = SignedLongLong; in AArch64TargetInfo()
821 IntMaxType = SignedLongLong; in WindowsARM64TargetInfo()
822 Int64Type = SignedLongLong; in WindowsARM64TargetInfo()
824 PtrDiffType = SignedLongLong; in WindowsARM64TargetInfo()
825 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()
903 Int64Type = SignedLongLong; in DarwinAArch64TargetInfo()
905 IntMaxType = SignedLongLong; in DarwinAArch64TargetInfo()
H A DPNaCl.h33 this->IntMaxType = TargetInfo::SignedLongLong; in PNaClTargetInfo()
34 this->Int64Type = TargetInfo::SignedLongLong; in PNaClTargetInfo()
H A DMips.h119 Int64Type = SignedLongLong; in setO32ABITypes()
145 Int64Type = SignedLongLong; in setN64ABITypes()
158 Int64Type = SignedLongLong; in setN32ABITypes()
H A DWebAssembly.h116 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()
123 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
H A DOSTargets.h162 ? (IsSigned ? TargetInfo::SignedLongLong in getLeastIntTypeByWidth()
469 this->IntMaxType = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()
470 this->Int64Type = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()
532 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
533 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
839 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()
840 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()
H A DMSP430.h44 IntMaxType = SignedLongLong; in MSP430TargetInfo()
H A DSparc.h208 IntMaxType = SignedLongLong; in SparcV9TargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h120 SignedLongLong, enumerator
327 return SignedLongLong; in getSignedSizeType()
371 case SignedLongLong: in getCorrespondingUnsignedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp872 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
970 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
997 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8564 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()
10311 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()
10332 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()