Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp116 case lldb::eFormatVoid: in GetCompilerTypeForFormat()
151 case lldb::eFormatVoid: in GetItemFormatForFormat()
H A DFormatManager.cpp72 {eFormatVoid, 'v', "void"},
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp433 if (format != eFormatVoid) { in EvaluateExpression()
459 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression()
H A DCommandObjectMemory.cpp1383 case eFormatVoid: in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h200 eFormatVoid, ///< Do not print this enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp351 if (format != lldb::eFormatVoid && debugger.GetNotifyVoid()) { in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst322 .. py:data:: eFormatVoid
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5131 return lldb::eFormatVoid; // no value in GetFormat()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70633 {SWIG_LUA_CONSTTAB_INT("eFormatVoid", lldb::eFormatVoid)},