Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DCommandObject.cpp602 const char *second_name = GetArgumentName (arg_entry[1].arg_type); in GetFormattedCommandArguments() local
606 str.Printf ("<%s> <%s>", first_name, second_name); in GetFormattedCommandArguments()
609 str.Printf ("[<%s> <%s>]", first_name, second_name); in GetFormattedCommandArguments()
612 … str.Printf ("<%s> <%s> [<%s> <%s> [...]]", first_name, second_name, first_name, second_name); in GetFormattedCommandArguments()
615 … str.Printf ("[<%s> <%s> [<%s> <%s> [...]]]", first_name, second_name, first_name, second_name); in GetFormattedCommandArguments()
618 … str.Printf ("<%s_1> <%s_1> ... <%s_n> <%s_n>", first_name, second_name, first_name, second_name); in GetFormattedCommandArguments()
621 …str.Printf ("[<%s_1> <%s_1> ... <%s_n> <%s_n>]", first_name, second_name, first_name, second_name); in GetFormattedCommandArguments()