Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp28 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeBoolean,
57 nullptr, {}, 0, eArgTypeBoolean, "Show results of type validators."},
H A DOptionGroupBoolean.cpp32 m_option_definition.argument_type = eArgTypeBoolean; in OptionGroupBoolean()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp423 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeBoolean,
430 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeBoolean,
435 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeBoolean,
442 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeBoolean,
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h221 …{ lldb::eArgTypeBoolean, "boolean", lldb::CompletionType::eNoCompletion, {}, { nullptr, false }, "…
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp526 AddSimpleArgumentList(eArgTypeBoolean); in CommandObjectLogTimerIncrement()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h563 eArgTypeBoolean, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst795 .. py:data:: eArgTypeBoolean
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81384 {SWIG_LUA_CONSTTAB_INT("eArgTypeBoolean", (lldb::eArgTypeBoolean))},