Searched refs:funct_name_str (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/ |
| HD | CommandObjectType.cpp | 177 std::string funct_name_str; in IOHandlerInputComplete() local 179 funct_name_str)) { in IOHandlerInputComplete() 180 if (funct_name_str.empty()) { in IOHandlerInputComplete() 190 options->m_flags, funct_name_str.c_str(), in IOHandlerInputComplete() 1299 std::string funct_name_str; in Execute_ScriptSummary() local 1300 if (!interpreter->GenerateTypeScriptFunction(funct_sl, funct_name_str)) { in Execute_ScriptSummary() 1305 if (funct_name_str.empty()) { in Execute_ScriptSummary() 1315 m_options.m_flags, funct_name_str.c_str(), code.c_str()); in Execute_ScriptSummary()
|
| HD | CommandObjectCommands.cpp | 1592 std::string funct_name_str; in IOHandlerInputComplete() local 1593 if (interpreter->GenerateScriptAliasFunction(lines, funct_name_str)) { in IOHandlerInputComplete() 1594 if (funct_name_str.empty()) { in IOHandlerInputComplete() 1602 m_interpreter, m_cmd_name, funct_name_str, m_short_help, in IOHandlerInputComplete()
|