| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangFunctionCaller.cpp | 105 uint32_t num_args = UINT32_MAX; in CompileFunction() local 115 num_args = num_func_args; in CompileFunction() 120 if (num_args == UINT32_MAX) in CompileFunction() 121 num_args = m_arg_values.GetSize(); in CompileFunction() 127 for (size_t i = 0; i < num_args; i++) { in CompileFunction() 149 if (i < num_args - 1) in CompileFunction() 162 if (i < num_args - 1) in CompileFunction()
|
| H A D | ClangASTSource.cpp | 789 unsigned num_args = sel.getNumArgs(); in FindObjCMethodDeclsWithOrigin() local 791 for (unsigned i = 0; i != num_args; ++i) { in FindObjCMethodDeclsWithOrigin() 796 original_ctx->Selectors.getSelector(num_args, idents.data()); in FindObjCMethodDeclsWithOrigin()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/ |
| H A D | check_arg_id.pass.cpp | 49 auto test_arg = [](size_t num_args) { in test_exception() argument 50 std::format_parse_context context("", num_args); in test_exception() 52 for (size_t i = 0; i <= num_args; ++i) in test_exception()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectThreadUtil.cpp | 63 const size_t num_args = command.GetArgumentCount(); in DoExecute() local 69 for (size_t i = 0; i < num_args; i++) { in DoExecute() 175 const size_t num_args = command.GetArgumentCount(); in DoExecute() local 180 if (num_args > 0 && ::strcmp(command.GetArgumentAtIndex(0), "all") == 0) { in DoExecute() 184 if (num_args == 0) { in DoExecute() 189 for (size_t i = 0; i < num_args; i++) { in DoExecute()
|
| H A D | CommandObjectCommands.cpp | 1571 size_t num_args = command.GetArgumentCount(); in DoExecute() local 1713 size_t num_args = command.GetArgumentCount(); in DoExecute() local 1737 if (cmd_sp->GetAsMultiwordCommand() && num_args == 1) { in DoExecute() 1767 const char *leaf_cmd = command[num_args - 1].c_str(); in DoExecute() 1780 for (size_t idx = 0; idx < num_args; idx++) { in DoExecute() 1908 size_t num_args = command.GetArgumentCount(); in DoExecute() local 1910 if (num_args == 0) { in DoExecute() 1915 if (num_args == 1) { in DoExecute() 2002 size_t num_args = command.GetArgumentCount(); in DoExecute() local 2004 if (num_args == 0) { in DoExecute() [all …]
|
| H A D | CommandCompletions.cpp | 820 size_t num_args = args.GetArgumentCount(); in CompleteModifiableCmdPathArgs() local 821 if (num_args == 0) in CompleteModifiableCmdPathArgs() 826 if (num_args == 1) { in CompleteModifiableCmdPathArgs() 848 mwc->GetSubcommandObject(args.GetArgumentAtIndex(num_args - 1), &matches); in CompleteModifiableCmdPathArgs()
|
| H A D | CommandObjectProcess.cpp | 1698 size_t num_args = signal_args.GetArgumentCount(); in PrintSignalInformation() local 1699 for (size_t i = 0; i < num_args; ++i) { in PrintSignalInformation() 1759 size_t num_args = signal_args.GetArgumentCount(); in DoExecute() local 1784 if (num_args > 0) { in DoExecute() 1818 num_signals_set = num_args; in DoExecute()
|
| H A D | CommandObjectThread.cpp | 932 size_t num_args = command.GetArgumentCount(); in DoExecute() local 933 for (size_t i = 0; i < num_args; i++) { in DoExecute() 1972 const size_t num_args = args.GetArgumentCount(); in DoExecute() local 1977 for (size_t i = 0; i < num_args; i++) { in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 4913 size_t num_args = command.GetArgumentCount(); in DoExecute() local 4914 if (num_args == 0) { in DoExecute() 4922 for (size_t i = 0; i < num_args; i++) { in DoExecute() 4971 size_t num_args = command.GetArgumentCount(); in DoExecute() local 4974 if (num_args == 0) { in DoExecute() 4977 for (size_t i = 0; i < num_args; i++) { in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 190 const int num_args = 1; in Log() local 192 for (int arg_index = 0; arg_index < num_args; ++arg_index) { in Log() 200 for (int arg_index = 0; arg_index < num_args; ++arg_index) { in Log() 205 if (arg_index + 1 < num_args) in Log()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/frame/get-variables/ |
| H A D | TestGetVariables.py | 93 num_args = len(arg_names) 110 num_args, 112 (num_args, 117 num_args,
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 177 size_t num_args = arg_values.GetSize(); in WriteFunctionArguments() local 178 if (num_args != m_arg_values.GetSize()) { in WriteFunctionArguments() 182 (uint64_t)num_args, (uint64_t)m_arg_values.GetSize()); in WriteFunctionArguments() 186 for (size_t i = 0; i < num_args; i++) { in WriteFunctionArguments()
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | memory.py | 207 num_args = len(args) 209 if num_args == 1: 217 elif num_args == 2:
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBType.i | 897 num_args = self.num_template_args 898 if num_args: 900 for i in range(num_args):
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | TypeTraitsTest.cpp | 28 static_assert(function_traits<CallableT>::num_args == 1,
|
| /llvm-project-15.0.7/lldb/tools/driver/ |
| H A D | Driver.cpp | 493 const size_t num_args = m_option_data.m_args.size(); in MainLoop() local 494 if (num_args > 0) { in MainLoop() 510 if (num_args > 1) { in MainLoop() 512 for (size_t arg_idx = 1; arg_idx < num_args; ++arg_idx) in MainLoop()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 131 for (size_t i = 0; i < num_args; ++i) { in GetArgsX86() 190 for (size_t i = 0; i < num_args; ++i) { in GetArgsX86_64() 235 for (size_t i = 0; i < num_args; ++i) { in GetArgsArm() 274 for (size_t i = 0; i < num_args; ++i) { in GetArgsAarch64() 313 for (size_t i = 0; i < num_args; ++i) { in GetArgsMipsel() 357 for (size_t i = 0; i < num_args; ++i) { in GetArgsMips64el() 406 return GetArgsX86(ctx, arg_list, num_args); in GetArgs() 409 return GetArgsX86_64(ctx, arg_list, num_args); in GetArgs() 412 return GetArgsArm(ctx, arg_list, num_args); in GetArgs() 415 return GetArgsAarch64(ctx, arg_list, num_args); in GetArgs() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 607 uint32_t num_args = arg_enum->getChildCount(); in CreateLLDBTypeFromPDBType() local 613 --num_args; in CreateLLDBTypeFromPDBType() 614 for (uint32_t arg_idx = 0; arg_idx < num_args; arg_idx++) { in CreateLLDBTypeFromPDBType() 632 lldbassert(arg_list.size() <= num_args); in CreateLLDBTypeFromPDBType()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 466 int num_args = m_arguments.size(); in GetFormattedCommandArguments() local 467 for (int i = 0; i < num_args; ++i) { in GetFormattedCommandArguments()
|
| H A D | CommandInterpreter.cpp | 942 size_t num_args = path.GetArgumentCount(); in VerifyUserMultiwordCmdPath() local 943 if (num_args == 0) { in VerifyUserMultiwordCmdPath() 948 if (num_args == 1 && leaf_is_command) { in VerifyUserMultiwordCmdPath() 962 size_t num_path_elements = num_args - (leaf_is_command ? 1 : 0); in VerifyUserMultiwordCmdPath()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Operation.h | 573 llvm::function_traits<std::decay_t<FnT>>::num_args == 1, RetT>::type 601 llvm::function_traits<std::decay_t<FnT>>::num_args == 2, RetT>::type
|
| H A D | PatternMatch.h | 1186 llvm::function_traits<ConstraintFnT>::num_args - 1>(); 1246 std::make_index_sequence<llvm::function_traits<RewriteFnT>::num_args -
|
| H A D | OpDefinition.h | 145 llvm::function_traits<std::decay_t<FnT>>::num_args == 1, RetT>::type 173 llvm::function_traits<std::decay_t<FnT>>::num_args == 2, RetT>::type
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python-wrapper.swig | 492 size_t num_args = (*args_info).max_positional_args; 493 if (num_args != 2) { 497 num_args);
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2180 if (num_args > 0 && args == nullptr) in CreateFunctionType() 2184 for (unsigned i = 0; i < num_args; ++i) { in CreateFunctionType() 4323 const uint32_t num_args = func->getNumParams(); in GetFunctionArgumentTypeAtIndex() local 4324 if (idx < num_args) in GetFunctionArgumentTypeAtIndex() 7117 size_t num_args = template_arg_list.size(); in GetNumTemplateArguments() local 7119 if (expand_pack && num_args) { in GetNumTemplateArguments() 7120 const auto &pack = template_arg_list[num_args - 1]; in GetNumTemplateArguments() 7122 num_args += pack.pack_size() - 1; in GetNumTemplateArguments() 7124 return num_args; in GetNumTemplateArguments() 8153 if (num_args != num_selectors_with_args) in AddMethodToObjCObjectType() [all …]
|