Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp124 TestDump(std::complex<float>(1.2, 3.4), lldb::eFormatComplex, "1.2 + 3.4i"); in TEST()
125 TestDump(std::complex<double>(4.5, 6.7), lldb::eFormatComplex, "4.5 + 6.7i"); in TEST()
367 34, lldb::Format::eFormatComplex, in TEST()
375 14, lldb::Format::eFormatComplex, in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h164 eFormatComplex, ///< Floating point complex type enumerator
165 eFormatComplexFloat = eFormatComplex,
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp45 case lldb::eFormatComplex /* lldb::eFormatComplexFloat */: in GetCompilerTypeForFormat()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp203 case eFormatComplex: in FinalizeSettings()
1404 case eFormatComplex: in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp585 case eFormatComplex: in DumpDataExtractor()
H A DValueObject.cpp1293 (custom_format == eFormatComplex) || in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst290 .. py:data:: eFormatComplex
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5243 return lldb::eFormatComplex; in GetFormat()
9038 case eFormatComplex: in DumpTypeValue()