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.h334 bool leaf_is_command,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp960 Args &path, bool leaf_is_command, Status &result) { in VerifyUserMultiwordCmdPath() argument
992 if (num_args == 1 && leaf_is_command) { in VerifyUserMultiwordCmdPath()
1006 size_t num_path_elements = num_args - (leaf_is_command ? 1 : 0); in VerifyUserMultiwordCmdPath()