Searched refs:second_name (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandObject.cpp | 553 const char *second_name = GetArgumentName(arg_entry[1].arg_type); in GetFormattedCommandArguments() local 556 str.Printf("<%s> <%s>", first_name, second_name); in GetFormattedCommandArguments() 559 str.Printf("[<%s> <%s>]", first_name, second_name); in GetFormattedCommandArguments() 562 str.Printf("<%s> <%s> [<%s> <%s> [...]]", first_name, second_name, in GetFormattedCommandArguments() 563 first_name, second_name); in GetFormattedCommandArguments() 566 str.Printf("[<%s> <%s> [<%s> <%s> [...]]]", first_name, second_name, in GetFormattedCommandArguments() 567 first_name, second_name); in GetFormattedCommandArguments() 570 str.Printf("<%s_1> <%s_1> ... <%s_n> <%s_n>", first_name, second_name, in GetFormattedCommandArguments() 571 first_name, second_name); in GetFormattedCommandArguments() 574 str.Printf("[<%s_1> <%s_1> ... <%s_n> <%s_n>]", first_name, second_name, in GetFormattedCommandArguments() [all …]
|