Home
last modified time | relevance | path

Searched refs:leaf_is_command (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h342 VerifyUserMultiwordCmdPath(Args &path, bool leaf_is_command, Status &result);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp963 CommandInterpreter::VerifyUserMultiwordCmdPath(Args &path, bool leaf_is_command, in VerifyUserMultiwordCmdPath() argument
999 if (num_args == 1 && leaf_is_command) { in VerifyUserMultiwordCmdPath()
1013 size_t num_path_elements = num_args - (leaf_is_command ? 1 : 0); in VerifyUserMultiwordCmdPath()