Home
last modified time | relevance | path

Searched refs:Int128 (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/flang/include/flang/Common/
H A Duint128.h45 constexpr Int128(const Int128 &) = default;
46 constexpr Int128(Int128 &&) = default;
48 constexpr Int128 &operator=(Int128 &&) = default;
52 explicit constexpr Int128(Int128<!IS_SIGNED> &&n) in Int128() function
86 constexpr Int128 operator&(Int128 that) const {
89 constexpr Int128 operator|(Int128 that) const {
92 constexpr Int128 operator^(Int128 that) const {
96 constexpr Int128 operator<<(Int128 that) const {
110 constexpr Int128 operator>>(Int128 that) const {
125 constexpr Int128 operator+(Int128 that) const {
[all …]
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp315 template<__int128 N> struct Int128 {}; struct
318 void fun_int128(Int128<0>) {} in fun_int128()
320 void fun_int128(Int128<-1>) {} in fun_int128()
322 void fun_int128(Int128<(__int128)9223372036854775807 * (__int128)9223372036854775807>) {} in fun_int128()
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-APValue-arithmetic.cpp18 constexpr __int128 Int128 = (__int128)0xFFFFFFFFFFFFFFFF + (__int128)1; in Test() local
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr42064.ll3 %struct.TestStruct = type { %union.Int128 }
4 %union.Int128 = type { i128 }
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp51 {"__int128*", SimpleTypeKind::Int128},
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp122 case BuiltinType::Int128: in relativeIntSizes()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h56 Int128 = 0x0078, // 128 bit signed int enumerator
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp55 case SimpleTypeKind::Int128: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp861 case SimpleTypeKind::Int128: in GetCompilerTypeForSimpleKind()
898 case SimpleTypeKind::Int128: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp191 case SimpleTypeKind::Int128: in GetSimpleTypeName()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTCommon.cpp78 case BuiltinType::Int128: in TypeIdxFromBuiltin()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp213 case SimpleTypeKind::Int128: in getBuiltinType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DBuiltinTypes.def122 SIGNED_TYPE(Int128, Int128Ty)
H A DType.h2612 return getKind() >= Bool && getKind() <= Int128;
2616 return getKind() >= Char_S && getKind() <= Int128;
7131 BT->getKind() <= BuiltinType::Int128;
7202 BT->getKind() <= BuiltinType::Int128;
/llvm-project-15.0.7/clang/lib/AST/
H A DTypeLoc.cpp356 case BuiltinType::Int128: in getWrittenTypeSpec()
H A DNSAPI.cpp430 case BuiltinType::Int128: in getNSNumberFactoryMethodKind()
H A DType.cpp1933 BT->getKind() <= BuiltinType::Int128; in isIntegralType()
1946 BT->getKind() <= BuiltinType::Int128; in isIntegralOrUnscopedEnumerationType()
2021 BT->getKind() <= BuiltinType::Int128; in isSignedIntegerType()
2042 BT->getKind() <= BuiltinType::Int128; in isSignedIntegerOrEnumerationType()
2999 case Int128: in getName()
H A DPrintfFormatString.cpp753 case BuiltinType::Int128: in fixType()
H A DASTContext.cpp1357 InitBuiltinType(Int128Ty, BuiltinType::Int128); in InitBuiltinTypes()
2082 case BuiltinType::Int128: in getTypeInfoImpl()
6976 case BuiltinType::Int128: in getIntegerRank()
7885 case BuiltinType::Int128: return 't'; in getObjCEncodingForPrimitiveType()
10810 case BuiltinType::Int128: in getCorrespondingUnsignedType()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp50 BTCASE(Int128); in GetBuiltinTypeKind()
573 TKIND(Int128); in clang_getTypeKindSpelling()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst152 Int128 = 0x0078, // 128 bit signed int
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.cpp549 case BuiltinType::Int128: in ConvertType()
/llvm-project-15.0.7/clang/lib/Index/
H A DUSRGeneration.cpp700 case BuiltinType::Int128: in VisitType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp288 DeclarationName Int128 = &Context.Idents.get("__int128_t"); in Initialize() local
289 if (IdResolver.begin(Int128) == IdResolver.end()) in Initialize()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3865 case clang::BuiltinType::Int128: in GetTypeInfo()
4061 case clang::BuiltinType::Int128: in GetMinimumLanguage()
4809 case clang::BuiltinType::Int128: in GetEncoding()
5219 case clang::BuiltinType::Int128: in GetFormat()
5521 case clang::BuiltinType::Int128: in GetBasicTypeEnumeration()
6063 case clang::BuiltinType::Int128: in GetNumPointeeChildren()

12