Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp453 CommandArgumentEntry arg_entry = in GetFormattedCommandArguments() local
457 int num_alternatives = arg_entry.size(); in GetFormattedCommandArguments()
459 if ((num_alternatives == 2) && IsPairType(arg_entry[0].arg_repetition)) { in GetFormattedCommandArguments()
460 const char *first_name = GetArgumentName(arg_entry[0].arg_type); in GetFormattedCommandArguments()
461 const char *second_name = GetArgumentName(arg_entry[1].arg_type); in GetFormattedCommandArguments()
462 switch (arg_entry[0].arg_repetition) { in GetFormattedCommandArguments()
501 names.Printf("%s", GetArgumentName(arg_entry[j].arg_type)); in GetFormattedCommandArguments()
505 switch (arg_entry[0].arg_repetition) { in GetFormattedCommandArguments()
H A DOptions.cpp764 const CommandObject::ArgumentTableEntry *arg_entry = in HandleOptionArgumentCompletion() local
767 if (arg_entry) in HandleOptionArgumentCompletion()
768 completion_mask = arg_entry->completion_type; in HandleOptionArgumentCompletion()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp678 for (auto &arg_entry : command.entries()) { in DoExecute() local
679 if (arg_entry.ref().empty()) { in DoExecute()
684 ConstString typeCS(arg_entry.ref()); in DoExecute()
1436 for (auto &arg_entry : command.entries()) { in Execute_StringSummary() local
1437 if (arg_entry.ref().empty()) { in Execute_StringSummary()
1441 ConstString typeCS(arg_entry.ref()); in Execute_StringSummary()
2324 for (auto &arg_entry : command.entries()) { in Execute_PythonClass() local
2325 if (arg_entry.ref().empty()) { in Execute_PythonClass()
2330 ConstString typeCS(arg_entry.ref()); in Execute_PythonClass()
2622 if (arg_entry.ref().empty()) { in DoExecute()
[all …]