Home
last modified time | relevance | path

Searched refs:SignedLongLong (Results 1 – 17 of 17) 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/llvm-project/clang/lib/Basic/
DTargetInfo.cpp92 IntMaxType = SignedLongLong; in TargetInfo()
98 Int64Type = SignedLongLong; in TargetInfo()
175 case SignedLongLong: return "long long int"; in getTypeName()
189 case SignedLongLong: return "LL"; in getTypeConstantSuffix()
218 case SignedLongLong: in getTypeFormatModifier()
236 case SignedLongLong: in getTypeWidth()
252 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
267 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
312 case SignedLongLong: in getTypeAlign()
326 case SignedLongLong: in isTypeSigned()
[all …]
/external/llvm-project/clang/lib/Basic/Targets/
DAArch64.cpp47 Int64Type = SignedLongLong; in AArch64TargetInfo()
48 IntMaxType = SignedLongLong; in AArch64TargetInfo()
761 IntMaxType = SignedLongLong; in WindowsARM64TargetInfo()
762 Int64Type = SignedLongLong; in WindowsARM64TargetInfo()
764 PtrDiffType = SignedLongLong; in WindowsARM64TargetInfo()
765 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()
842 Int64Type = SignedLongLong; in DarwinAArch64TargetInfo()
844 IntMaxType = SignedLongLong; in DarwinAArch64TargetInfo()
DX86.h665 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
666 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
764 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()
765 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()
767 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()
768 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()
862 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()
888 IntMaxType = SignedLongLong; in OpenBSDX86_64TargetInfo()
889 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()
DPNaCl.h33 this->IntMaxType = TargetInfo::SignedLongLong; in PNaClTargetInfo()
34 this->Int64Type = TargetInfo::SignedLongLong; in PNaClTargetInfo()
DMips.h119 Int64Type = SignedLongLong; in setO32ABITypes()
145 Int64Type = SignedLongLong; in setN64ABITypes()
158 Int64Type = SignedLongLong; in setN32ABITypes()
DWebAssembly.h117 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()
124 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
DOSTargets.h172 ? (IsSigned ? TargetInfo::SignedLongLong in getLeastIntTypeByWidth()
474 this->IntMaxType = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()
475 this->Int64Type = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()
534 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
535 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
839 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()
840 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()
DMSP430.h44 IntMaxType = SignedLongLong; in MSP430TargetInfo()
DSparc.h208 IntMaxType = SignedLongLong; in SparcV9TargetInfo()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h120 SignedLongLong, enumerator
314 return SignedLongLong; in getSignedSizeType()
354 case SignedLongLong: in getCorrespondingUnsignedType()
/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/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp824 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
922 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
949 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp8450 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()
10124 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()
10145 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()
/external/clang/lib/AST/
DASTContext.cpp6704 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()
8131 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()