Home
last modified time | relevance | path

Searched defs:g_no_argument (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h261 static const char *g_no_argument; variable
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp112 const char *CommandInterpreter::g_no_argument = "<no-argument>"; member in CommandInterpreter