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.cpp132 IntMaxType = SignedLongLong; in TargetInfo()
138 Int64Type = SignedLongLong; in TargetInfo()
243 case SignedLongLong: return "long long int"; in getTypeName()
257 case SignedLongLong: return "LL"; in getTypeConstantSuffix()
286 case SignedLongLong: in getTypeFormatModifier()
304 case SignedLongLong: in getTypeWidth()
320 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
335 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
386 case SignedLongLong: in getTypeAlign()
400 case SignedLongLong: in isTypeSigned()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h749 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
750 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
870 IntMaxType = SignedLongLong; in UEFIX86_64TargetInfo()
871 Int64Type = SignedLongLong; in UEFIX86_64TargetInfo()
873 PtrDiffType = SignedLongLong; in UEFIX86_64TargetInfo()
874 IntPtrType = SignedLongLong; in UEFIX86_64TargetInfo()
910 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()
911 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()
913 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()
914 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()
[all …]
H A DPNaCl.h33 this->IntMaxType = TargetInfo::SignedLongLong; in PNaClTargetInfo()
34 this->Int64Type = TargetInfo::SignedLongLong; in PNaClTargetInfo()
H A DMips.h125 Int64Type = SignedLongLong; in setO32ABITypes()
151 Int64Type = SignedLongLong; in setN64ABITypes()
164 Int64Type = SignedLongLong; in setN32ABITypes()
H A DWebAssembly.h152 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()
159 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
H A DOSTargets.h152 ? (IsSigned ? TargetInfo::SignedLongLong in getLeastIntTypeByWidth()
484 this->IntMaxType = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()
485 this->Int64Type = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()
528 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
529 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 DAArch64.cpp132 Int64Type = SignedLongLong; in AArch64TargetInfo()
133 IntMaxType = SignedLongLong; in AArch64TargetInfo()
1680 IntMaxType = SignedLongLong; in WindowsARM64TargetInfo()
1681 Int64Type = SignedLongLong; in WindowsARM64TargetInfo()
1683 PtrDiffType = SignedLongLong; in WindowsARM64TargetInfo()
1684 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()
1781 Int64Type = SignedLongLong; in DarwinAArch64TargetInfo()
1783 IntMaxType = SignedLongLong; in DarwinAArch64TargetInfo()
H A DSparc.h207 IntMaxType = SignedLongLong; in SparcV9TargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h156 SignedLongLong, enumerator
398 return SignedLongLong; in getSignedSizeType()
443 case SignedLongLong: in getCorrespondingUnsignedType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1140 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
1289 DefineExactWidthIntType(LangOpts, TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
1317 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10425 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()
12343 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()
12364 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()