Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp823 case lldb::eBasicTypeLongDouble: in CreateAPFloatFromAPSInt()
844 case lldb::eBasicTypeLongDouble: { in CreateAPFloatFromAPFloat()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h821 eBasicTypeLongDouble, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp204 case lldb::eBasicTypeLongDouble: in visitKnownMember()
H A DPdbUtil.cpp952 return lldb::eBasicTypeLongDouble; in GetCompilerTypeForSimpleKind()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig596 if basic_type == eBasicTypeLongDouble: return (True,True)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1331 case lldb::eBasicTypeLongDouble: in AddRecordMembers()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1039 .. py:data:: eBasicTypeLongDouble
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp853 {"long double", eBasicTypeLongDouble}, in GetBasicTypeEnumeration()
2051 case eBasicTypeLongDouble: in GetOpaqueCompilerType()
5553 return eBasicTypeLongDouble; in GetBasicTypeEnumeration()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81606 {SWIG_LUA_CONSTTAB_INT("eBasicTypeLongDouble", (lldb::eBasicTypeLongDouble))},