Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp116 case lldb::eFormatVoid: in GetCompilerTypeForFormat()
151 case lldb::eFormatVoid: in GetItemFormatForFormat()
H A DFormatManager.cpp71 {eFormatVoid, 'v', "void"},
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp416 if (format != eFormatVoid) { in EvaluateExpression()
442 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression()
H A DCommandObjectMemory.cpp1427 case eFormatVoid: in DoExecute()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp255 TestDump<int>(99, lldb::Format::eFormatVoid, "0x00000063"); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h200 eFormatVoid, ///< Do not print this enumerator
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp356 if (format != lldb::eFormatVoid && debugger.GetNotifyVoid()) { in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst322 .. py:data:: eFormatVoid
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5167 return lldb::eFormatVoid; // no value in GetFormat()