Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DVectorType.cpp119 case lldb::eFormatVoid: in GetCompilerTypeForFormat()
154 case lldb::eFormatVoid: in GetItemFormatForFormat()
DFormatManager.cpp72 {eFormatVoid, 'v', "void"},
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectExpression.cpp421 if (format != eFormatVoid) { in EvaluateExpression()
447 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression()
DCommandObjectMemory.cpp1428 case eFormatVoid: in DoExecute()
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-enumerations.h201 eFormatVoid, ///< Do not print this enumerator
/openbsd/src/gnu/llvm/lldb/source/Expression/
DREPL.cpp356 if (format != lldb::eFormatVoid && debugger.GetNotifyVoid()) { in IOHandlerInputComplete()
/openbsd/src/gnu/llvm/lldb/docs/
Dpython_api_enums.rst322 .. py:data:: eFormatVoid
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp5220 return lldb::eFormatVoid; // no value in GetFormat()