Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp470 CommandArgumentEntry arg_entry = in GetFormattedCommandArguments() local
475 if (arg_entry.empty()) in GetFormattedCommandArguments()
477 int num_alternatives = arg_entry.size(); in GetFormattedCommandArguments()
479 if ((num_alternatives == 2) && IsPairType(arg_entry[0].arg_repetition)) { in GetFormattedCommandArguments()
480 const char *first_name = GetArgumentName(arg_entry[0].arg_type); in GetFormattedCommandArguments()
481 const char *second_name = GetArgumentName(arg_entry[1].arg_type); in GetFormattedCommandArguments()
482 switch (arg_entry[0].arg_repetition) { in GetFormattedCommandArguments()
521 names.Printf("%s", GetArgumentName(arg_entry[j].arg_type)); in GetFormattedCommandArguments()
525 switch (arg_entry[0].arg_repetition) { in GetFormattedCommandArguments()
H A DOptions.cpp709 const CommandObject::ArgumentTableEntry *arg_entry = in HandleOptionArgumentCompletion() local
712 if (arg_entry) in HandleOptionArgumentCompletion()
713 completion_mask = arg_entry->completion_type; in HandleOptionArgumentCompletion()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp694 for (auto &arg_entry : command.entries()) { in DoExecute() local
695 if (arg_entry.ref().empty()) { in DoExecute()
1414 for (auto &arg_entry : command.entries()) { in Execute_StringSummary() local
1415 if (arg_entry.ref().empty()) { in Execute_StringSummary()
1419 ConstString typeCS(arg_entry.ref()); in Execute_StringSummary()
2283 for (auto &arg_entry : command.entries()) { in Execute_PythonClass() local
2284 if (arg_entry.ref().empty()) { in Execute_PythonClass()
2289 ConstString typeCS(arg_entry.ref()); in Execute_PythonClass()
2599 for (auto &arg_entry : command.entries()) { in DoExecute() local
2600 if (arg_entry.ref().empty()) { in DoExecute()
[all …]