Searched refs:second_name (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 461 const char *second_name = GetArgumentName(arg_entry[1].arg_type); in GetFormattedCommandArguments() local 464 str.Printf("<%s> <%s>", first_name, second_name); in GetFormattedCommandArguments() 467 str.Printf("[<%s> <%s>]", first_name, second_name); in GetFormattedCommandArguments() 470 str.Printf("<%s> <%s> [<%s> <%s> [...]]", first_name, second_name, in GetFormattedCommandArguments() 471 first_name, second_name); in GetFormattedCommandArguments() 474 str.Printf("[<%s> <%s> [<%s> <%s> [...]]]", first_name, second_name, in GetFormattedCommandArguments() 475 first_name, second_name); in GetFormattedCommandArguments() 478 str.Printf("<%s_1> <%s_1> ... <%s_n> <%s_n>", first_name, second_name, in GetFormattedCommandArguments() 479 first_name, second_name); in GetFormattedCommandArguments() 482 str.Printf("[<%s_1> <%s_1> ... <%s_n> <%s_n>]", first_name, second_name, in GetFormattedCommandArguments() [all …]
|