| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | uint128.h | 45 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 D | mangle-ms-templates.cpp | 315 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 D | ast-dump-APValue-arithmetic.cpp | 18 constexpr __int128 Int128 = (__int128)0xFFFFFFFFFFFFFFFF + (__int128)1; in Test() local
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | pr42064.ll | 3 %struct.TestStruct = type { %union.Int128 } 4 %union.Int128 = type { i128 }
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 51 {"__int128*", SimpleTypeKind::Int128},
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | MisplacedWideningCastCheck.cpp | 122 case BuiltinType::Int128: in relativeIntSizes()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 56 Int128 = 0x0078, // 128 bit signed int enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 55 case SimpleTypeKind::Int128: in IsSimpleTypeSignedInteger()
|
| H A D | PdbUtil.cpp | 861 case SimpleTypeKind::Int128: in GetCompilerTypeForSimpleKind() 898 case SimpleTypeKind::Int128: in GetTypeSizeForSimpleKind()
|
| H A D | SymbolFileNativePDB.cpp | 191 case SimpleTypeKind::Int128: in GetSimpleTypeName()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 78 case BuiltinType::Int128: in TypeIdxFromBuiltin()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 213 case SimpleTypeKind::Int128: in getBuiltinType()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 122 SIGNED_TYPE(Int128, Int128Ty)
|
| H A D | Type.h | 2612 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 D | TypeLoc.cpp | 356 case BuiltinType::Int128: in getWrittenTypeSpec()
|
| H A D | NSAPI.cpp | 430 case BuiltinType::Int128: in getNSNumberFactoryMethodKind()
|
| H A D | Type.cpp | 1933 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 D | PrintfFormatString.cpp | 753 case BuiltinType::Int128: in fixType()
|
| H A D | ASTContext.cpp | 1357 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 D | CXType.cpp | 50 BTCASE(Int128); in GetBuiltinTypeKind() 573 TKIND(Int128); in clang_getTypeKindSpelling()
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | TpiStream.rst | 152 Int128 = 0x0078, // 128 bit signed int
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 549 case BuiltinType::Int128: in ConvertType()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 700 case BuiltinType::Int128: in VisitType()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | Sema.cpp | 288 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 D | TypeSystemClang.cpp | 3865 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()
|