Home
last modified time | relevance | path

Searched refs:g_argument (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp64 option_arg_vector->emplace_back(CommandInterpreter::g_argument, in ProcessAliasOptionsArgs()
69 option_arg_vector->emplace_back(std::string(CommandInterpreter::g_argument), -1, in ProcessAliasOptionsArgs()
158 if (opt == CommandInterpreter::g_argument) { in GetAliasExpansion()
184 if (opt == CommandInterpreter::g_argument && !value.empty() && in IsDashDashCommand()
H A DCommandInterpreter.cpp114 const char *CommandInterpreter::g_argument = "<argument>"; member in CommandInterpreter
1661 if (option == g_argument) { in BuildAliasResult()
2229 if (option == g_argument) { in BuildAliasCommandArgs()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h263 static const char *g_argument; variable