Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h247 static const char *g_no_argument; global() variable
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp109 const char *CommandInterpreter::g_no_argument = "<no-argument>"; global() member in CommandInterpreter