Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp119 case lldb::eFormatVoid: in GetCompilerTypeForFormat()
154 case lldb::eFormatVoid: in GetItemFormatForFormat()
H A DFormatManager.cpp72 {eFormatVoid, 'v', "void"},
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp453 if (format != eFormatVoid) { in EvaluateExpression()
491 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression()
H A DCommandObjectMemory.cpp1411 case eFormatVoid: in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h201 eFormatVoid, ///< Do not print this enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp362 if (format != lldb::eFormatVoid && debugger.GetNotifyVoid()) { in IOHandlerInputComplete()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst322 .. py:data:: eFormatVoid
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5103 return lldb::eFormatVoid; // no value in GetFormat()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77887 {SWIG_LUA_CONSTTAB_INT("eFormatVoid", lldb::eFormatVoid)},