Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp127 IntMaxType = SignedLongLong; in TargetInfo()
133 Int64Type = SignedLongLong; in TargetInfo()
219 case SignedLongLong: return "long long int"; in getTypeName()
233 case SignedLongLong: return "LL"; in getTypeConstantSuffix()
262 case SignedLongLong: in getTypeFormatModifier()
280 case SignedLongLong: in getTypeWidth()
296 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
311 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
362 case SignedLongLong: in getTypeAlign()
376 case SignedLongLong: in isTypeSigned()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPNaCl.h33 this->IntMaxType = TargetInfo::SignedLongLong; in PNaClTargetInfo()
34 this->Int64Type = TargetInfo::SignedLongLong; in PNaClTargetInfo()
H A DX86.h727 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
728 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
830 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()
831 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()
833 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()
834 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()
929 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()
956 IntMaxType = SignedLongLong; in OpenBSDX86_64TargetInfo()
957 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()
H A DMips.h119 Int64Type = SignedLongLong; in setO32ABITypes()
145 Int64Type = SignedLongLong; in setN64ABITypes()
158 Int64Type = SignedLongLong; in setN32ABITypes()
H A DWebAssembly.h142 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()
149 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
H A DOSTargets.h130 ? (IsSigned ? TargetInfo::SignedLongLong in getLeastIntTypeByWidth()
425 this->IntMaxType = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()
426 this->Int64Type = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()
469 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
470 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
822 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()
823 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()
H A DAArch64.cpp134 Int64Type = SignedLongLong; in AArch64TargetInfo()
135 IntMaxType = SignedLongLong; in AArch64TargetInfo()
1486 IntMaxType = SignedLongLong; in WindowsARM64TargetInfo()
1487 Int64Type = SignedLongLong; in WindowsARM64TargetInfo()
1489 PtrDiffType = SignedLongLong; in WindowsARM64TargetInfo()
1490 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()
1575 Int64Type = SignedLongLong; in DarwinAArch64TargetInfo()
1577 IntMaxType = SignedLongLong; in DarwinAArch64TargetInfo()
H A DMSP430.h44 IntMaxType = SignedLongLong; in MSP430TargetInfo()
H A DSparc.h203 IntMaxType = SignedLongLong; in SparcV9TargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h146 SignedLongLong, enumerator
372 return SignedLongLong; in getSignedSizeType()
417 case SignedLongLong: in getCorrespondingUnsignedType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1033 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
1134 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
1161 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9336 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()
11242 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()
11263 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()