Searched refs:argno (Results 1 - 25 of 74) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc722 report_non_ice (location_t location, tree fndecl, unsigned int argno) argument
725 " expression", argno + 1, fndecl);
732 report_out_of_range (location_t location, tree fndecl, unsigned int argno, argument
737 " a value in the range [%wd, %wd]", actual, argno + 1, fndecl,
745 report_neither_nor (location_t location, tree fndecl, unsigned int argno, argument
750 " either %wd or %wd", actual, argno + 1, fndecl, value0, value1);
757 report_not_one_of (location_t location, tree fndecl, unsigned int argno, argument
763 " %wd, %wd, %wd or %wd", actual, argno + 1, fndecl, value0, value1,
771 report_not_enum (location_t location, tree fndecl, unsigned int argno, argument
775 " a valid %qT value", actual, argno
1256 infer_integer_scalar_type(unsigned int argno) argument
1288 infer_pointer_type(unsigned int argno, bool gather_scatter_p) argument
1331 infer_vector_or_tuple_type(unsigned int argno, unsigned int num_vectors) argument
1379 infer_vector_type(unsigned int argno) argument
1386 infer_integer_vector_type(unsigned int argno) argument
1406 infer_unsigned_vector_type(unsigned int argno) argument
1426 infer_sd_vector_type(unsigned int argno) argument
1450 infer_tuple_type(unsigned int argno) argument
1458 require_vector_or_scalar_type(unsigned int argno) argument
1478 require_vector_type(unsigned int argno, vector_type_index type) argument
1499 require_matching_vector_type(unsigned int argno, type_suffix_index type) argument
1544 require_derived_vector_type(unsigned int argno, unsigned int first_argno, type_suffix_index first_type, type_class_index expected_tclass, unsigned int expected_bits) argument
1684 require_matching_pointer_type(unsigned int argno, unsigned int first_argno, type_suffix_index type) argument
1707 require_scalar_type(unsigned int argno, const char *expected) argument
1724 require_pointer_type(unsigned int argno) argument
1740 require_matching_integer_scalar_type(unsigned int argno, unsigned int first_argno, type_suffix_index expected_type) argument
1773 require_derived_scalar_type(unsigned int argno, type_class_index expected_tclass, unsigned int expected_bits) argument
1816 require_integer_immediate(unsigned int argno) argument
1829 infer_vector_base_type(unsigned int argno) argument
1847 infer_vector_displacement_type(unsigned int argno) argument
1877 resolve_sv_displacement(unsigned int argno, type_suffix_index type, bool load_p) argument
2002 resolve_gather_address(unsigned int argno, type_suffix_index type, bool load_p) argument
2089 resolve_adr_address(unsigned int argno) argument
2177 finish_opt_n_resolution(unsigned int argno, unsigned int first_argno, type_suffix_index first_type, type_class_index expected_tclass, unsigned int expected_bits, type_suffix_index inferred_type) argument
2356 argument_exists_p(unsigned int argno) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc722 report_non_ice (location_t location, tree fndecl, unsigned int argno) argument
725 " expression", argno + 1, fndecl);
732 report_out_of_range (location_t location, tree fndecl, unsigned int argno, argument
737 " a value in the range [%wd, %wd]", actual, argno + 1, fndecl,
745 report_neither_nor (location_t location, tree fndecl, unsigned int argno, argument
750 " either %wd or %wd", actual, argno + 1, fndecl, value0, value1);
757 report_not_one_of (location_t location, tree fndecl, unsigned int argno, argument
763 " %wd, %wd, %wd or %wd", actual, argno + 1, fndecl, value0, value1,
771 report_not_enum (location_t location, tree fndecl, unsigned int argno, argument
775 " a valid %qT value", actual, argno
1251 infer_integer_scalar_type(unsigned int argno) argument
1283 infer_pointer_type(unsigned int argno, bool gather_scatter_p) argument
1326 infer_vector_or_tuple_type(unsigned int argno, unsigned int num_vectors) argument
1378 infer_vector_type(unsigned int argno) argument
1385 infer_integer_vector_type(unsigned int argno) argument
1405 infer_unsigned_vector_type(unsigned int argno) argument
1425 infer_sd_vector_type(unsigned int argno) argument
1449 infer_tuple_type(unsigned int argno) argument
1457 require_vector_or_scalar_type(unsigned int argno) argument
1477 require_vector_type(unsigned int argno, vector_type_index type) argument
1498 require_matching_vector_type(unsigned int argno, type_suffix_index type) argument
1543 require_derived_vector_type(unsigned int argno, unsigned int first_argno, type_suffix_index first_type, type_class_index expected_tclass, unsigned int expected_bits) argument
1683 require_matching_pointer_type(unsigned int argno, unsigned int first_argno, type_suffix_index type) argument
1706 require_scalar_type(unsigned int argno, const char *expected) argument
1723 require_pointer_type(unsigned int argno) argument
1739 require_matching_integer_scalar_type(unsigned int argno, unsigned int first_argno, type_suffix_index expected_type) argument
1772 require_derived_scalar_type(unsigned int argno, type_class_index expected_tclass, unsigned int expected_bits) argument
1815 require_integer_immediate(unsigned int argno) argument
1828 infer_vector_base_type(unsigned int argno) argument
1846 infer_vector_displacement_type(unsigned int argno) argument
1876 resolve_sv_displacement(unsigned int argno, type_suffix_index type, bool load_p) argument
2001 resolve_gather_address(unsigned int argno, type_suffix_index type, bool load_p) argument
2088 resolve_adr_address(unsigned int argno) argument
2176 finish_opt_n_resolution(unsigned int argno, unsigned int first_argno, type_suffix_index first_type, type_class_index expected_tclass, unsigned int expected_bits, type_suffix_index inferred_type) argument
2355 argument_exists_p(unsigned int argno) argument
[all...]
/netbsd-current/sys/arch/mips/pmon/
H A Dpmon.c43 pmon_getarg(const int argno) argument
45 if (argno < 0 || argno >= pmon_argc)
48 return (const char *)(vaddr_t)pmon_argv[argno];
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Drs6000-lynx178-tdep.c43 int argno; /* current argument number */ local
46 int f_argno = 0; /* current floating point argno */
91 for (argno = 0, argbytes = 0; argno < nargs && ii < 8; ++ii)
95 arg = args[argno];
149 ++argno;
170 if ((argno < nargs) || argbytes)
177 jj = argno + 1;
180 jj = argno;
210 ++argno;
[all...]
H A Drs6000-aix-tdep.c295 int argno; /* current argument number */ local
298 int f_argno = 0; /* current floating point argno */
344 for (argno = 0, argbytes = 0; argno < nargs && ii < 8; ++ii)
348 arg = args[argno];
401 ++argno;
422 if ((argno < nargs) || argbytes)
429 jj = argno + 1;
432 jj = argno;
461 ++argno;
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drs6000-lynx178-tdep.c43 int argno; /* current argument number */ local
46 int f_argno = 0; /* current floating point argno */
91 for (argno = 0, argbytes = 0; argno < nargs && ii < 8; ++ii)
95 arg = args[argno];
150 ++argno;
171 if ((argno < nargs) || argbytes)
178 jj = argno + 1;
181 jj = argno;
211 ++argno;
[all...]
H A Drs6000-aix-tdep.c299 int argno; /* current argument number */ local
302 int f_argno = 0; /* current floating point argno */
348 for (argno = 0, argbytes = 0; argno < nargs && ii < 8; ++ii)
352 arg = args[argno];
414 ++argno;
435 if ((argno < nargs) || argbytes)
442 jj = argno + 1;
445 jj = argno;
474 ++argno;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv-builtins.c203 riscv_prepare_builtin_arg (struct expand_operand *op, tree exp, unsigned argno) argument
205 tree arg = CALL_EXPR_ARG (exp, argno);
248 for (int argno = 0; argno < call_expr_nargs (exp); argno++)
249 riscv_prepare_builtin_arg (&ops[opno++], exp, argno);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-builtins.cc203 riscv_prepare_builtin_arg (struct expand_operand *op, tree exp, unsigned argno) argument
205 tree arg = CALL_EXPR_ARG (exp, argno);
248 for (int argno = 0; argno < call_expr_nargs (exp); argno++)
249 riscv_prepare_builtin_arg (&ops[opno++], exp, argno);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-builtins.cc290 unsigned int argno)
295 arg = CALL_EXPR_ARG (exp, argno);
329 int opno, argno; local
339 for (argno = 0; argno < call_expr_nargs (exp); argno++)
340 loongarch_prepare_builtin_arg (&ops[opno++], exp, argno);
289 loongarch_prepare_builtin_arg(struct expand_operand *op, tree exp, unsigned int argno) argument
/netbsd-current/external/cddl/osnet/dist/uts/powerpc/dtrace/
H A Dfasttrap_isa.c191 fasttrap_anarg(struct reg *rp, int argno) argument
197 if (argno < 8)
198 return rp->fixreg[argno + 3];
204 ((argno - 8) * sizeof(uint32_t))));
209 ((argno - 8) * sizeof(uint64_t))));
216 fasttrap_pid_getarg(void *arg, dtrace_id_t id, void *parg, int argno, argument
223 return (fasttrap_anarg(&r, argno));
227 fasttrap_usdt_getarg(void *arg, dtrace_id_t id, void *parg, int argno, argument
234 return (fasttrap_anarg(&r, argno));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-uninit.cc346 unsigned argno = 0; local
354 ++argno;
368 if (nargs <= argno)
374 for (; argno < nargs; ++argno)
376 tree arg = gimple_call_arg (stmt, argno);
411 unsigned argno = 0; local
413 for (tree parm = parms; parm; parm = TREE_CHAIN (parm), ++argno)
418 const attr_access* access = rdwr_idx.get (argno);
442 argno
794 unsigned argno = 0; local
[all...]
H A Dgimple-match-head.cc377 int argno = first_commutative_argument (res_op->code, res_op->type); local
378 if (argno >= 0
379 && tree_swap_operands_p (res_op->ops[argno], res_op->ops[argno + 1]))
381 std::swap (res_op->ops[argno], res_op->ops[argno + 1]);
427 int argno = first_commutative_argument (res_op->code, res_op->type); local
428 if (argno >= 0
429 && tree_swap_operands_p (res_op->ops[argno], res_op->ops[argno
478 int argno = first_commutative_argument (res_op->code, res_op->type); local
[all...]
H A Domp-simd-clone.cc160 int argno = TREE_INT_CST_LOW (decl); local
164 if (TREE_CODE (args[argno]) == REFERENCE_TYPE)
185 clone_info->args[argno].arg_type = arg_type;
186 clone_info->args[argno].linear_step = tree_to_shwi (step);
187 gcc_assert (clone_info->args[argno].linear_step >= 0
188 && clone_info->args[argno].linear_step < n);
192 if (POINTER_TYPE_P (args[argno]))
209 if (TREE_CODE (args[argno]) == REFERENCE_TYPE)
230 clone_info->args[argno].arg_type = arg_type;
231 clone_info->args[argno]
239 int argno = tree_to_uhwi (decl); local
251 int argno = tree_to_uhwi (decl); local
[all...]
/netbsd-current/external/historical/nawk/dist/
H A Dlib.c60 int argno = 1; /* current input argument number */ variable
104 argno++;
112 argno++;
164 while (argno < *ARGC || infile == stdin) {
165 dprintf( ("argno=%d, file=|%s|\n", argno, file) );
167 file = getargv(argno);
169 argno++;
174 argno++;
206 argno
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-attribs.cc1160 int argno, bool zero_based)
1167 if (argno < 1)
1172 "%qE attribute argument %i is invalid", atname, argno);
1182 if (argno < 1)
1189 atname, argno, postype);
1197 if (argno < 1)
1206 atname, argno, pos);
1216 if (argno < 1)
1225 atname, argno, pos);
1244 if (argno <
1159 positional_argument(const_tree fntype, const_tree atname, tree pos, int argno, bool zero_based) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/c++tools/
H A Dserver.cc913 int argno = process_args (argc, argv); local
919 if (argno != argc)
921 name = argv[argno];
924 argno++;
927 if (argno != argc)
928 for (; argno != argc; argno++)
930 std::string option = argv[argno];
/netbsd-current/external/cddl/osnet/dev/
H A Dprototype.c61 prototype_getargval(void *arg, dtrace_id_t id, void *parg, int argno, argument
64 /* Get the value for the argno'th argument to the probe id. */
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dcdefs.h678 # define __attr_access_none(argno) __attribute__ ((__access__ (__none__, argno)))
680 # define __attr_access_none(argno)
685 # define __attr_access_none(argno)
691 # define __attr_dealloc(dealloc, argno) \
692 __attribute__ ((__malloc__ (dealloc, argno)))
695 # define __attr_dealloc(dealloc, argno)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-simd-clone.c160 int argno = TREE_INT_CST_LOW (decl); local
164 if (TREE_CODE (args[argno]) == REFERENCE_TYPE)
185 clone_info->args[argno].arg_type = arg_type;
186 clone_info->args[argno].linear_step = tree_to_shwi (step);
187 gcc_assert (clone_info->args[argno].linear_step >= 0
188 && clone_info->args[argno].linear_step < n);
192 if (POINTER_TYPE_P (args[argno]))
209 if (TREE_CODE (args[argno]) == REFERENCE_TYPE)
230 clone_info->args[argno].arg_type = arg_type;
231 clone_info->args[argno]
239 int argno = tree_to_uhwi (decl); local
251 int argno = tree_to_uhwi (decl); local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-type.c869 int argno)
914 for (i = 0; demangled && i < argno; ++i)
920 argno);
934 int argno;
941 if (! PyArg_ParseTuple (args, "i|O", &argno, &block_obj))
944 if (argno < 0)
977 return typy_legacy_template_argument (type, block, argno);
979 if (argno >= TYPE_N_TEMPLATE_ARGUMENTS (type))
982 argno);
986 sym = TYPE_TEMPLATE_ARGUMENT (type, argno);
866 typy_legacy_template_argument(struct type *type, const struct block *block, int argno) argument
932 int argno; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-type.c892 int argno)
937 for (i = 0; demangled && i < argno; ++i)
943 argno);
957 int argno;
964 if (! PyArg_ParseTuple (args, "i|O", &argno, &block_obj))
967 if (argno < 0)
1000 return typy_legacy_template_argument (type, block, argno);
1002 if (argno >= TYPE_N_TEMPLATE_ARGUMENTS (type))
1005 argno);
1009 sym = TYPE_TEMPLATE_ARGUMENT (type, argno);
889 typy_legacy_template_argument(struct type *type, const struct block *block, int argno) argument
955 int argno; local
[all...]
/netbsd-current/usr.bin/m4/
H A Deval.c519 int argno; local
545 argno = *p - '0';
551 argno = argno * 10 + *q - '0';
554 if (argno < argc - 1)
555 pbstr(argv[argno + 1]);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc822 write_arg_mode (std::stringstream &s, int for_reg, int argno,
830 s << (argno ? ", " : " ("); local
831 s << ".param" << ptx_type << " %in_ar" << argno;
839 s << "%ar" << argno;
841 if (argno >= 0)
847 s << "%ar" << argno; local
848 s << ", [%in_ar" << argno << "];\n";
851 return argno + 1;
863 write_arg_type (std::stringstream &s, int for_reg, int argno,
869 return argno;
821 write_arg_mode(std::stringstream &s, int for_reg, int argno, machine_mode mode) argument
838 s << "%ar" << argno; local
846 s << "%ar" << argno; local
862 write_arg_type(std::stringstream &s, int for_reg, int argno, tree type, bool prototyped) argument
1032 int argno = 0; local
1483 int argno = 0; local
[all...]
/netbsd-current/external/cddl/osnet/dev/systrace/
H A Dsystrace.c314 systrace_getargval(void *arg, dtrace_id_t id, void *parg, int argno, int aframes) argument
323 if (argno >= nitems(((struct syscall_args *)NULL)->args))
327 if (argno >= SYS_MAXSYSARGS)
331 return (uargs[argno]);

Completed in 290 milliseconds

123