Searched refs:eArgTypeBoolean (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupValueObjectDisplay.cpp | 28 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeBoolean, 57 nullptr, {}, 0, eArgTypeBoolean, "Show results of type validators."},
|
H A D | OptionGroupBoolean.cpp | 32 m_option_definition.argument_type = eArgTypeBoolean; in OptionGroupBoolean()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 423 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 D | CommandOptionArgumentTable.h | 221 …{ lldb::eArgTypeBoolean, "boolean", lldb::CompletionType::eNoCompletion, {}, { nullptr, false }, "…
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectLog.cpp | 526 AddSimpleArgumentList(eArgTypeBoolean); in CommandObjectLogTimerIncrement()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 563 eArgTypeBoolean, enumerator
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 795 .. py:data:: eArgTypeBoolean
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81384 {SWIG_LUA_CONSTTAB_INT("eArgTypeBoolean", (lldb::eArgTypeBoolean))},
|