Home
last modified time | relevance | path

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

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