Home
last modified time | relevance | path

Searched refs:eBasicTypeInt128 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h769 eBasicTypeInt128, enumerator
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp74 EXPECT_TRUE(context.hasSameType(GetBasicQualType(eBasicTypeInt128), in TEST_F()
152 EXPECT_EQ(GetBasicQualType(eBasicTypeInt128), GetBasicQualType("__int128_t")); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp862 return lldb::eBasicTypeInt128; in GetCompilerTypeForSimpleKind()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig577 if basic_type == eBasicTypeInt128: return (True,True)
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1031 .. py:data:: eBasicTypeInt128
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp902 g_type_map.Append(ConstString("__int128_t"), eBasicTypeInt128); in GetBasicTypeEnumeration()
2047 case eBasicTypeInt128: in GetOpaqueCompilerType()
5522 return eBasicTypeInt128; in GetBasicTypeEnumeration()