Home
last modified time | relevance | path

Searched refs:funct_name_str (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp196 std::string funct_name_str; in IOHandlerInputComplete() local
198 funct_name_str)) { in IOHandlerInputComplete()
199 if (funct_name_str.empty()) { in IOHandlerInputComplete()
209 options->m_flags, funct_name_str.c_str(), in IOHandlerInputComplete()
1280 std::string funct_name_str; in Execute_ScriptSummary() local
1281 if (!interpreter->GenerateTypeScriptFunction(funct_sl, funct_name_str)) { in Execute_ScriptSummary()
1285 if (funct_name_str.empty()) { in Execute_ScriptSummary()
1294 m_options.m_flags, funct_name_str.c_str(), code.c_str()); in Execute_ScriptSummary()
H A DCommandObjectCommands.cpp2161 std::string funct_name_str; in IOHandlerInputComplete() local
2162 if (interpreter->GenerateScriptAliasFunction(lines, funct_name_str)) { in IOHandlerInputComplete()
2163 if (funct_name_str.empty()) { in IOHandlerInputComplete()
2171 m_interpreter, m_cmd_name, funct_name_str, m_short_help, in IOHandlerInputComplete()