Searched refs:arg_index (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp188 for (int arg_index = 0; arg_index < num_args; ++arg_index) {
196 for (int arg_index = 0; arg_index < num_args; ++arg_index) {
198 "\n\targ[%d]=%llx", arg_index,
199 value_list.GetValueAtIndex(arg_index)->GetScalar().ULongLong());
201 if (arg_index + 1 < num_args)
/freebsd-11-stable/contrib/binutils/binutils/
H A Dar.c349 int arg_index;
439 arg_index = 1;
442 ++arg_index;
445 while (arg_index < argc)
448 status |= ranlib_only (argv[arg_index]);
450 status |= ranlib_touch (argv[arg_index]);
451 ++arg_index;
465 arg_index = 1;
466 arg_ptr = argv[arg_index];
572 if (do_posix && arg_index
346 int arg_index; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dtraditional.c36 unsigned short arg_index; member in struct:block
508 save_replacement_text (pfile, macro, node->value.arg_index);
768 if (b->arg_index == 0)
770 len += NODE_LEN (macro->params[b->arg_index - 1]);
797 if (b->arg_index == 0)
799 param = macro->params[b->arg_index - 1];
837 if (b->arg_index == 0)
839 len += (fmacro->args[b->arg_index]
840 - fmacro->args[b->arg_index - 1] - 1);
856 if (b->arg_index
924 save_replacement_text(cpp_reader *pfile, cpp_macro *macro, unsigned int arg_index) argument
[all...]
H A Dmacro.c1316 node->value.arg_index = macro->paramc;
1430 token->val.arg_no = token->val.node->value.arg_index;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp29 size_t arg_index = request.GetCursorIndex(); local
30 if (arg_index == 0) { // We got: log enable/disable x[tab]
33 } else if (arg_index >= 1) { // We got: log enable/disable channel x[tab]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-vx.c261 int arg_index = 0; local
286 arg_struct->arg_array_val[arg_index++] = savestring (arg_string,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp1216 int arg_index; local
1218 arg_index = -1;
1220 arg_index = OptionParser::GetOptionIndex() - 2;
1226 arg_index));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp665 int arg_index = 0; local
669 ai != ae; ++ai, ++arg_index) {
670 if (args.size() <= static_cast<size_t>(arg_index)) {
675 lldb::addr_t ptr = args[arg_index];
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h605 unsigned short GTY ((tag ("NTV_ARGUMENT"))) arg_index;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1142 for (TypeIndex arg_index : arg_indices) {
1143 clang::QualType arg_type = GetOrCreateType(arg_index);

Completed in 148 milliseconds