Home
last modified time | relevance | path

Searched refs:g_no_argument (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp161 if ((value != CommandInterpreter::g_no_argument) in GetAliasExpansion()
H A DOptions.cpp1069 option_to_insert = CommandInterpreter::g_no_argument; in ParseAlias()
1084 if ((option_to_insert != CommandInterpreter::g_no_argument) && in ParseAlias()
H A DCommandInterpreter.cpp117 const char *CommandInterpreter::g_no_argument = "<no-argument>"; member in CommandInterpreter
2393 if (value == g_no_argument) in BuildAliasCommandArgs()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h265 static const char *g_no_argument; variable