| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThreadUtil.cpp | 42 if (command.GetArgumentCount() == 0) { in DoExecute() 47 } else if (command.GetArgumentCount() == 1) { in DoExecute() 63 const size_t num_args = command.GetArgumentCount(); in DoExecute() 174 const size_t num_args = command.GetArgumentCount(); in DoExecute()
|
| H A D | CommandObjectMemoryTag.cpp | 46 if ((command.GetArgumentCount() < 1) || (command.GetArgumentCount() > 2)) { in DoExecute() 65 if (command.GetArgumentCount() > 1) { in DoExecute() 198 if (command.GetArgumentCount() < 2) { in DoExecute()
|
| H A D | CommandObjectQuit.cpp | 78 if (command.GetArgumentCount() > 1) { in DoExecute() 85 if (command.GetArgumentCount() == 1) { in DoExecute()
|
| H A D | CommandObjectSettings.cpp | 136 const size_t argc = request.GetParsedLine().GetArgumentCount(); in HandleArgumentCompletion() 181 const size_t argc = cmd_args.GetArgumentCount(); in DoExecute() 516 const size_t argc = args.GetArgumentCount(); in DoExecute() 605 const size_t argc = cmd_args.GetArgumentCount(); in DoExecute() 794 const size_t argc = cmd_args.GetArgumentCount(); in DoExecute() 887 const size_t argc = cmd_args.GetArgumentCount(); in DoExecute() 968 const size_t argc = cmd_args.GetArgumentCount(); in DoExecute() 1070 const size_t argc = command.GetArgumentCount(); in DoExecute()
|
| H A D | CommandObjectWatchpoint.cpp | 72 if (args.GetArgumentCount() == 0) { in VerifyWatchpointIDs() 238 if (command.GetArgumentCount() == 0) { in DoExecute() 315 if (command.GetArgumentCount() == 0) { in DoExecute() 388 if (command.GetArgumentCount() == 0) { in DoExecute() 628 if (command.GetArgumentCount() == 0) { in DoExecute() 752 if (command.GetArgumentCount() == 0) { in DoExecute() 863 if (command.GetArgumentCount() <= 0) { in DoExecute() 884 if (command.GetArgumentCount() != 1) { in DoExecute()
|
| H A D | CommandObjectThread.cpp | 139 size_t num_entries = copy_args.GetArgumentCount(); in GetRepeatCommand() 422 if (command.GetArgumentCount() == 0) { in DoExecute() 686 const size_t argc = command.GetArgumentCount(); in DoExecute() 932 if (command.GetArgumentCount() >= 1) { in DoExecute() 933 size_t num_args = command.GetArgumentCount(); in DoExecute() 1221 command.GetArgumentCount() != 1) { in DoExecute() 1228 command.GetArgumentCount() != 0) { in DoExecute() 1236 if (command.GetArgumentCount() == 1) { in DoExecute() 1961 if (args.GetArgumentCount() != 1) { in DoExecute() 2026 if (args.GetArgumentCount() == 0) { in DoExecute() [all …]
|
| H A D | CommandObjectLog.cpp | 166 if (args.GetArgumentCount() < 2) { in DoExecute() 468 if (args.GetArgumentCount() == 0) { in DoExecute() 471 } else if (args.GetArgumentCount() == 1) { in DoExecute() 590 if (args.GetArgumentCount() == 1) { in DoExecute()
|
| H A D | CommandObjectFrame.cpp | 352 if (command.GetArgumentCount() > 1) { in DoExecute() 362 if (command.GetArgumentCount() == 1) { in DoExecute() 368 } else if (command.GetArgumentCount() == 0) { in DoExecute() 993 if (command.GetArgumentCount() == 0) { in DoExecute() 1008 if (command.GetArgumentCount() != 1) { in DoExecute() 1121 if (command.GetArgumentCount() != 1) { in DoExecute()
|
| H A D | CommandObjectRegister.cpp | 168 if (command.GetArgumentCount() == 0) { in DoExecute() 354 if (command.GetArgumentCount() != 2) { in DoExecute() 449 if (command.GetArgumentCount() != 1) { in DoExecute()
|
| H A D | CommandObjectCommands.cpp | 133 if (command.GetArgumentCount() != 1) { in DoExecute() 406 if (args.GetArgumentCount() < 2) { in DoExecute() 514 size_t argc = args.GetArgumentCount(); in HandleAliasingNormalCommand() 867 const size_t argc = command.GetArgumentCount(); in DoExecute() 1564 if (command.GetArgumentCount() == 0) { in DoExecute() 1595 size_t num_args = command.GetArgumentCount(); in DoExecute() 1736 size_t num_args = command.GetArgumentCount(); in DoExecute() 1767 if (command.GetArgumentCount() == 1) { in DoExecute() 1930 size_t num_args = command.GetArgumentCount(); in DoExecute() 2023 size_t num_args = command.GetArgumentCount(); in DoExecute()
|
| H A D | CommandObjectMultiword.cpp | 165 const size_t argc = args.GetArgumentCount(); in Execute() 264 if (request.GetParsedLine().GetArgumentCount() != 1) { in HandleCompletion() 292 if (current_command_args.GetArgumentCount() <= index) in GetRepeatCommand()
|
| H A D | CommandObjectPlugin.cpp | 48 size_t argc = command.GetArgumentCount(); in DoExecute()
|
| H A D | CommandObjectType.cpp | 652 const size_t argc = command.GetArgumentCount(); in DoExecute() 830 const size_t argc = command.GetArgumentCount(); in DoExecute() 950 if (command.GetArgumentCount() > 0) { in DoExecute() 1076 const size_t argc = command.GetArgumentCount(); in DoExecute() 1262 const size_t argc = command.GetArgumentCount(); in Execute_ScriptSummary() 1375 const size_t argc = command.GetArgumentCount(); in Execute_StringSummary() 1771 const size_t argc = command.GetArgumentCount(); in DoExecute() 1872 const size_t argc = command.GetArgumentCount(); in DoExecute() 1939 const size_t argc = command.GetArgumentCount(); in DoExecute() 2046 const size_t argc = command.GetArgumentCount(); in DoExecute() [all …]
|
| H A D | CommandObjectPlatform.cpp | 173 if (args.GetArgumentCount() == 1) { in DoExecute() 337 if (args.GetArgumentCount() == 0) { in DoExecute() 833 if (args.GetArgumentCount() != 2) { in DoExecute() 904 if (args.GetArgumentCount() != 1) { in DoExecute() 974 if (args.GetArgumentCount() != 1) { in DoExecute() 1043 if (args.GetArgumentCount() != 1) { in DoExecute() 1159 const size_t argc = args.GetArgumentCount(); in DoExecute() 1574 const size_t argc = args.GetArgumentCount(); in DoExecute() 1870 if (args.GetArgumentCount() != 2) { in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 521 if (args.GetArgumentCount() == 1) { in DoExecute() 1197 argc = command.GetArgumentCount(); in DoExecute() 1273 if (command.GetArgumentCount() != 1) { in DoExecute() 1975 if (command.GetArgumentCount() == 0) { in DoExecute() 2079 if (command.GetArgumentCount() == 0) { in DoExecute() 2174 if (command.GetArgumentCount() == 0) { in DoExecute() 2252 if (command.GetArgumentCount() != 1) { in DoExecute() 2318 if (command.GetArgumentCount() == 0) { in DoExecute() 2387 if (command.GetArgumentCount() == 0) { in DoExecute() 2470 if (command.GetArgumentCount() == 0) { in DoExecute() [all …]
|
| H A D | CommandObjectApropos.cpp | 42 const size_t argc = args.GetArgumentCount(); in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 246 if (launch_args.GetArgumentCount() == 0) { in DoExecute() 539 if (m_options.m_run_to_bkpt_args.GetArgumentCount() > 0) in DoExecute() 893 if (command.GetArgumentCount() != 1) { in DoExecute() 1181 if (command.GetArgumentCount() == 1) { in DoExecute() 1350 if (command.GetArgumentCount() == 1) { in DoExecute() 1642 size_t num_args = signal_args.GetArgumentCount(); in PrintSignalInformation() 1703 size_t num_args = signal_args.GetArgumentCount(); in DoExecute()
|
| H A D | CommandObjectWatchpointCommand.cpp | 487 if (command.GetArgumentCount() == 0) { in DoExecute() 554 if (command.GetArgumentCount() == 0) { in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Args.h | 116 size_t GetArgumentCount() const { return m_entries.size(); } in GetArgumentCount() function 118 bool empty() const { return GetArgumentCount() == 0; } in empty() 135 size_t size() const { return GetArgumentCount(); } in size()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | CompletionRequest.cpp | 27 if (GetParsedLine().GetArgumentCount() == 0) { in CompletionRequest() 31 m_cursor_index = GetParsedLine().GetArgumentCount() - 1U; in CompletionRequest()
|
| H A D | ProcessInfo.cpp | 133 const uint32_t argc = m_arguments.GetArgumentCount(); in Dump() 239 const uint32_t argc = m_arguments.GetArgumentCount(); in DumpAsTableRow()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueArgs.cpp | 20 return args.GetArgumentCount(); in GetArgs()
|
| H A D | OptionValueArray.cpp | 161 return args.GetArgumentCount(); in GetArgs() 166 const size_t argc = args.GetArgumentCount(); in SetArgs()
|
| H A D | OptionValueDictionary.cpp | 107 return args.GetArgumentCount(); in GetArgs() 113 const size_t argc = args.GetArgumentCount(); in SetArgs()
|
| H A D | CommandInterpreter.cpp | 963 size_t num_args = path.GetArgumentCount(); in VerifyUserMultiwordCmdPath() 1202 if (cmd_words.GetArgumentCount() == 1) in GetCommandSPExact() 1215 size_t end = cmd_words.GetArgumentCount(); in GetCommandSPExact() 1621 if ((cmd_args.GetArgumentCount() == 0) || in BuildAliasResult() 1652 else if (static_cast<size_t>(index) >= cmd_args.GetArgumentCount()) { in BuildAliasResult() 2055 if (request.GetParsedLine().GetArgumentCount() == 0) { in HandleCompletionMatches() 2074 if (request.GetParsedLine().GetArgumentCount() != 1) { in HandleCompletionMatches() 2190 if (new_args.GetArgumentCount() == 2) in BuildAliasCommandArgs() 2206 const size_t old_size = cmd_args.GetArgumentCount(); in BuildAliasCommandArgs() 2269 cmd_args.SetArguments(new_args.GetArgumentCount(), in BuildAliasCommandArgs() [all …]
|