Home
last modified time | relevance | path

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

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