Home
last modified time | relevance | path

Searched refs:numargs (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D980707-1.c8 int numargs = 0; in buildargv() local
16 arglist [numargs++] = input; in buildargv()
23 arglist [numargs] = NULL; in buildargv()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dstack.c392 int numargs; in print_args_stub() local
397 numargs = FRAME_NUM_ARGS (p->fi); in print_args_stub()
398 gdb_assert (numargs >= 0); in print_args_stub()
401 numargs = -1; in print_args_stub()
402 print_frame_args (p->func, p->fi, numargs, p->stream); in print_args_stub()
711 int numargs = 0; in parse_frame_specification() local
726 if (numargs > MAXARGS) in parse_frame_specification()
744 if (numargs == 0) in parse_frame_specification()
747 args[numargs++] = value_as_address (vp); in parse_frame_specification()
758 switch (numargs) in parse_frame_specification()
[all …]
H A Dns32k-tdep.c183 int numargs; in umax_frame_num_args() local
190 numargs = -1; in umax_frame_num_args()
211 numargs = read_memory_integer (pc + 2, width); in umax_frame_num_args()
213 flip_bytes (&numargs, width); in umax_frame_num_args()
214 numargs = -sign_extend (numargs, width * 8) / 4; in umax_frame_num_args()
217 return numargs; in umax_frame_num_args()
H A Dmdebugread.c70 long numargs; member
482 int numargs; /* Its argument count */ member
702 top_stack->numargs++; in parse_symbol()
847 top_stack->numargs = 0; in parse_symbol()
1201 e->numargs = top_stack->numargs; in parse_symbol()
1223 int nparams = top_stack->numargs; in parse_symbol()
4059 top_stack->numargs = 0; in psymtab_to_symtab_1()
H A DChangeLog-19932454 * stack.c (print_frame_info): remove unused variable numargs.
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DConfigure.pm847 my $numargs=-1;
851 $numargs=$_;
859 die "Unable to deduce number of arguments" if $numargs==-1;
861 if($varargs) { $args[$numargs]="..."; }
876 print "Valid number of arguments: $numargs\n";
/openbsd-src/gnu/usr.bin/binutils/gdb/config/alpha/
H A Dtm-alpha.h48 long numargs; /* number of args to procedure (was iopt) */ member
/openbsd-src/libexec/tradcpp/
H A Dmacro.c804 unsigned numargs, numparams; in expand_substitute() local
807 numargs = stringarray_num(&es->args); in expand_substitute()
810 if (numargs == 0 && numparams == 1) { in expand_substitute()
813 numargs++; in expand_substitute()
815 if (numargs != numparams) { in expand_substitute()
818 es->curmacro->name, numargs, numparams); in expand_substitute()
820 while (numargs < numparams) { in expand_substitute()
822 numargs++; in expand_substitute()
/openbsd-src/gnu/usr.bin/binutils/gdb/config/mips/
H A Dtm-mips.h76 long numargs; /* number of args to procedure (was iopt) */ member
/openbsd-src/gnu/usr.bin/perl/utils/
H A Dh2xs.PL1547 my $numargs = @$args;
1548 if ($numargs and $argtypes[-1] eq '...') {
1549 $numargs--;
1561 for my $arg (0 .. $numargs - 1) {
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Ddemangle.h484 int numargs,
/openbsd-src/gnu/lib/libiberty/include/
H A Ddemangle.h484 int numargs,
/openbsd-src/gnu/gcc/include/
H A Ddemangle.h493 int numargs,
/openbsd-src/gnu/usr.bin/binutils/include/
H A Ddemangle.h479 int numargs,
/openbsd-src/gnu/llvm/llvm/include/llvm/Option/
H A DOptParser.td126 class MultiArg<list<string> prefixes, string name, int numargs>
128 int NumArgs = numargs;
/openbsd-src/gnu/usr.bin/perl/
H A Dpp.c7113 I32 minargs = 0, maxargs = 0, numargs = at_ ? AvFILLp(at_)+1 : 0; in PP()
7129 if(numargs < minargs) err = "Not enough"; in PP()
7130 else if(numargs > maxargs) err = "Too many"; in PP()
7154 EXTEND(SP, maxargs == I32_MAX ? numargs : maxargs);
7158 for (; oa&&(numargs||!pushmark); (void)(numargs&&(++svp,--numargs))) {
7163 if (!numargs && defgv && whicharg == minargs + 1) { in PP()
7166 else PUSHs(numargs ? svp && *svp ? *svp : &PL_sv_undef : NULL); in PP()
7169 while (numargs in PP()
6716 I32 minargs = 0, maxargs = 0, numargs = at_ ? AvFILLp(at_)+1 : 0; PP() local
[all...]
H A Dop.c3646 S_is_handle_constructor(const OP *o, I32 numargs) in S_is_handle_constructor()
3653 if (numargs == 2) in S_refkids()
3662 if (numargs == 1)
12785 I32 numargs = 0;
12797 numargs++; in Perl_ck_glob()
12801 if (optional) o->op_private |= numargs; in Perl_ck_glob()
12816 numargs++; in Perl_ck_glob()
12820 if (numargs == 1 && !(oa >> 4) in Perl_ck_glob()
12846 bad_type_pv(numargs, "array", o, kid); in Perl_ck_grep()
12861 bad_type_pv(numargs, "has in Perl_ck_grep()
3626 S_is_handle_constructor(const OP * o,I32 numargs) S_is_handle_constructor() argument
12539 I32 numargs = 0; Perl_ck_fun() local
[all...]
H A Dproto.h7398 S_is_handle_constructor(const OP *o, I32 numargs)
H A Dembed.fnc4716 |I32 numargs
/openbsd-src/usr.sbin/bgpctl/
H A Dparser.c1549 int numargs, type; in parse_flow_numop()
1582 numargs = argc; in parse_flow_numop()
1642 return numargs - argc; in parse_flow_numop()
1548 int numargs, type; parse_flow_numop() local
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68k.c243 int numargs; member
1171 the_ins.numargs = opcode->m_opnum; in m68k_ip()
2112 the_ins.numargs = opcode->m_opnum; in m68k_ip()
3964 for (n = 0; n < the_ins.numargs; n++) in md_assemble()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68k.c194 int numargs; member
1102 the_ins.numargs = opcode->m_opnum;
1963 the_ins.numargs = opcode->m_opnum;
3749 for (n = 0; n < the_ins.numargs; n++)
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A DChangeLog2562 numargs was dropped.
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc2934 SRT |bool |is_handle_constructor|NN const OP *o|I32 numargs