Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandAlias.cpp162 if ((value != CommandInterpreter::g_no_argument) in GetAliasExpansion()
HDOptions.cpp1034 option_to_insert = CommandInterpreter::g_no_argument; in ParseAlias()
1049 if ((option_to_insert != CommandInterpreter::g_no_argument) && in ParseAlias()
HDCommandInterpreter.cpp112 const char *CommandInterpreter::g_no_argument = "<no-argument>"; member in CommandInterpreter
2240 if (value == g_no_argument) in BuildAliasCommandArgs()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h261 static const char *g_no_argument; variable