Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp98 IntMaxType = SignedLongLong; in TargetInfo()
104 Int64Type = SignedLongLong; in TargetInfo()
192 case SignedLongLong: return "long long int"; in getTypeName()
206 case SignedLongLong: return "LL"; in getTypeConstantSuffix()
235 case SignedLongLong: in getTypeFormatModifier()
253 case SignedLongLong: in getTypeWidth()
269 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
284 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
335 case SignedLongLong: in getTypeAlign()
349 case SignedLongLong: in isTypeSigned()
[all …]
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DX86.h695 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
696 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
795 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()
796 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()
798 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()
799 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()
894 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()
920 IntMaxType = SignedLongLong; in OpenBSDX86_64TargetInfo()
921 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()
H A DPNaCl.h33 this->IntMaxType = TargetInfo::SignedLongLong; in PNaClTargetInfo()
34 this->Int64Type = TargetInfo::SignedLongLong; in PNaClTargetInfo()
H A DAArch64.cpp68 Int64Type = SignedLongLong; in AArch64TargetInfo()
69 IntMaxType = SignedLongLong; in AArch64TargetInfo()
928 IntMaxType = SignedLongLong; in WindowsARM64TargetInfo()
929 Int64Type = SignedLongLong; in WindowsARM64TargetInfo()
931 PtrDiffType = SignedLongLong; in WindowsARM64TargetInfo()
932 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()
1011 Int64Type = SignedLongLong; in DarwinAArch64TargetInfo()
1013 IntMaxType = SignedLongLong; in DarwinAArch64TargetInfo()
H A DMips.h119 Int64Type = SignedLongLong; in setO32ABITypes()
145 Int64Type = SignedLongLong; in setN64ABITypes()
158 Int64Type = SignedLongLong; in setN32ABITypes()
H A DWebAssembly.h118 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()
125 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
H A DOSTargets.h162 ? (IsSigned ? TargetInfo::SignedLongLong in getLeastIntTypeByWidth()
474 this->IntMaxType = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()
475 this->Int64Type = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()
537 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
538 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
893 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()
894 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()
H A DMSP430.h44 IntMaxType = SignedLongLong; in MSP430TargetInfo()
H A DSparc.h203 IntMaxType = SignedLongLong; in SparcV9TargetInfo()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h130 SignedLongLong, enumerator
335 return SignedLongLong; in getSignedSizeType()
379 case SignedLongLong: in getCorrespondingUnsignedType()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp972 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
1070 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
1097 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp9214 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()
10990 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()
11011 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()