Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandAlias.cpp161 if ((value != CommandInterpreter::g_no_argument) in GetAliasExpansion()
DOptions.cpp1026 option_to_insert = CommandInterpreter::g_no_argument; in ParseAlias()
1041 if ((option_to_insert != CommandInterpreter::g_no_argument) && in ParseAlias()
DCommandInterpreter.cpp109 const char *CommandInterpreter::g_no_argument = "<no-argument>"; member in CommandInterpreter
2224 if (value == g_no_argument) in BuildAliasCommandArgs()
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DCommandInterpreter.h247 static const char *g_no_argument; variable