Home
last modified time | relevance | path

Searched refs:eBasicTypeLongDouble (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp190 case lldb::eBasicTypeLongDouble: in visitKnownMember()
H A DPdbUtil.cpp854 return lldb::eBasicTypeLongDouble; in GetCompilerTypeForSimpleKind()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h775 eBasicTypeLongDouble, enumerator
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp78 EXPECT_TRUE(context.hasSameType(GetBasicQualType(eBasicTypeLongDouble), in TEST_F()
159 EXPECT_EQ(GetBasicQualType(eBasicTypeLongDouble), in TEST_F()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig583 if basic_type == eBasicTypeLongDouble: return (True,True)
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1320 case lldb::eBasicTypeLongDouble: in AddRecordMembers()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1037 .. py:data:: eBasicTypeLongDouble
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp909 g_type_map.Append(ConstString("long double"), eBasicTypeLongDouble); in GetBasicTypeEnumeration()
2059 case eBasicTypeLongDouble: in GetOpaqueCompilerType()
5533 return eBasicTypeLongDouble; in GetBasicTypeEnumeration()