Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp448 const char *second_name = GetArgumentName(arg_entry[1].arg_type); in GetFormattedCommandArguments() local
451 str.Printf("<%s> <%s>", first_name, second_name); in GetFormattedCommandArguments()
454 str.Printf("[<%s> <%s>]", first_name, second_name); in GetFormattedCommandArguments()
457 str.Printf("<%s> <%s> [<%s> <%s> [...]]", first_name, second_name, in GetFormattedCommandArguments()
458 first_name, second_name); in GetFormattedCommandArguments()
461 str.Printf("[<%s> <%s> [<%s> <%s> [...]]]", first_name, second_name, in GetFormattedCommandArguments()
462 first_name, second_name); in GetFormattedCommandArguments()
465 str.Printf("<%s_1> <%s_1> ... <%s_n> <%s_n>", first_name, second_name, in GetFormattedCommandArguments()
466 first_name, second_name); in GetFormattedCommandArguments()
469 str.Printf("[<%s_1> <%s_1> ... <%s_n> <%s_n>]", first_name, second_name, in GetFormattedCommandArguments()
[all …]