Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h164 eFormatComplex, ///< Floating point complex type enumerator
165 eFormatComplexFloat = eFormatComplex,
/external/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp45 case lldb::eFormatComplex /* lldb::eFormatComplexFloat */: in GetCompilerTypeForFormat()
/external/llvm-project/lldb/source/Core/
DDumpDataExtractor.cpp458 case eFormatComplex: in DumpDataExtractor()
DValueObject.cpp1342 (custom_format == eFormatComplex) || in DumpPrintableRepresentation()
/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp200 case eFormatComplex: in FinalizeSettings()
1382 case eFormatComplex: in DoExecute()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp5078 return lldb::eFormatComplex; in GetFormat()
8809 case eFormatComplex: in DumpTypeValue()