Searched refs:eFormatComplex (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DumpDataExtractorTest.cpp | 124 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 D | lldb-enumerations.h | 164 eFormatComplex, ///< Floating point complex type enumerator 165 eFormatComplexFloat = eFormatComplex,
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 45 case lldb::eFormatComplex /* lldb::eFormatComplexFloat */: in GetCompilerTypeForFormat()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 203 case eFormatComplex: in FinalizeSettings() 1404 case eFormatComplex: in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 585 case eFormatComplex: in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1293 (custom_format == eFormatComplex) || in DumpPrintableRepresentation()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 290 .. py:data:: eFormatComplex
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 5243 return lldb::eFormatComplex; in GetFormat() 9038 case eFormatComplex: in DumpTypeValue()
|