Searched refs:nargs (Results 1 - 25 of 124) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20040304-1.c4 int nargs; local
12 if (nargs == 0)
H A Dpr40753.c2 unsigned nargs; member in struct:__anon1595
H A D20020121-1.c19 char *nuser, *npass, **nargs; member in struct:disphist
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Duninit-2-O0.c8 int nargs; member in struct:definition
24 int nargs = defn->nargs; local
26 if (nargs >= 0)
36 if (i < nargs || (nargs == 0 && i == 0))
39 if (i == nargs - 1 && defn->rest_args)
H A Duninit-2.c8 int nargs; member in struct:definition
24 int nargs = defn->nargs; local
26 if (nargs >= 0)
36 if (i < nargs || (nargs == 0 && i == 0))
39 if (i == nargs - 1 && defn->rest_args)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D920625-1.c5 static int va1(int nargs,...) argument
10 va_start(args,nargs);
11 for(i=0;i<nargs;i++){
20 static int va2(int nargs,...) argument
25 va_start(args,nargs);
26 for(i=0;i<nargs;i++){
H A Dpr41239.c5 short nargs; member in struct:S
/haiku-buildtools/binutils/intl/
H A Dplural-exp.c37 .nargs = 0,
42 .nargs = 0,
51 .nargs = 2,
79 plvar.nargs = 0;
82 plone.nargs = 0;
86 GERMANIC_PLURAL.nargs = 2;
H A Dplural.y57 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
75 new_exp (nargs, op, args)
76 int nargs;
84 for (i = nargs - 1; i >= 0; i--)
92 newp->nargs = nargs;
94 for (i = nargs - 1; i >= 0; i--)
100 for (i = nargs - 1; i >= 0; i--)
240 switch (exp->nargs)
H A Deval-plural.h35 switch (pexp->nargs)
H A Dplural-exp.h44 int nargs; /* Number of arguments. */ member in struct:expression
H A Dplural.c78 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
96 new_exp (nargs, op, args)
97 int nargs;
105 for (i = nargs - 1; i >= 0; i--)
113 newp->nargs = nargs;
115 for (i = nargs - 1; i >= 0; i--)
121 for (i = nargs - 1; i >= 0; i--)
1352 switch (exp->nargs)
/haiku-buildtools/gcc/intl/
H A Dplural-exp.c37 .nargs = 0,
42 .nargs = 0,
51 .nargs = 2,
79 plvar.nargs = 0;
82 plone.nargs = 0;
86 GERMANIC_PLURAL.nargs = 2;
H A Dplural.y57 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
75 new_exp (nargs, op, args)
76 int nargs;
84 for (i = nargs - 1; i >= 0; i--)
92 newp->nargs = nargs;
94 for (i = nargs - 1; i >= 0; i--)
100 for (i = nargs - 1; i >= 0; i--)
240 switch (exp->nargs)
H A Deval-plural.h35 switch (pexp->nargs)
H A Dplural-exp.h44 int nargs; /* Number of arguments. */ member in struct:expression
/haiku-buildtools/legacy/gcc/gcc/
H A Dcpphash.c182 if (d->nargs >= 0)
272 collect_expansion (pfile, buf, limit, nargs, arglist)
275 int nargs;
313 defn->nargs = nargs;
381 else if (nargs >= 0)
452 if (is_idchar[c] && nargs > 0)
1035 int nargs;
1071 nargs = defn->nargs;
1033 int nargs; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr57584.c27 typedef SCM (*scm_t_vm_engine) (SCM vm, SCM program, SCM *argv, int nargs);
35 static SCM vm_regular_engine (SCM vm, SCM program, SCM *argv, int nargs) { argument
39 static SCM vm_debug_engine (SCM vm, SCM program, SCM *argv, int nargs) { argument
75 SCM scm_c_vm_run (SCM vm, SCM program, SCM *argv, int nargs) { argument
77 return vm_engines[vp->engine](vm, program, argv, nargs);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Derrfn.c59 int nargs = 0; local
115 nargs++;
120 nargs++;
129 if (atarg1 && nargs == 1)
168 nargs++;
178 if (nargs == 0 && atarg1)
/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu-c.c108 unsigned int nargs = vec_safe_length (fnargs);
144 if (p >= nargs)
175 if (p != nargs)
107 unsigned int nargs = vec_safe_length (fnargs); local
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb127.C54 int main (int nargs, char** args) argument
/haiku-buildtools/legacy/binutils/opcodes/
H A Dz8kgen.c787 int nargs = 0; local
812 nargs++;
816 if (nargs == 0)
821 return nargs;
1266 int nargs; local
1291 nargs = chewname (&new->name);
1301 printf (",%d,%d,%d", nargs, length, idx);
H A Dh8300-dis.c671 int nargs; local
684 for (nargs = 0;
685 nargs < 3 && args[nargs] != (op_type) E;
686 nargs++)
688 int x = args[nargs];
694 cst[nargs], cstlen[nargs],
695 dispregno[nargs], regno[nargs],
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dz8kgen.c791 int nargs = 0; local
816 nargs++;
820 if (nargs == 0)
825 return nargs;
1302 int nargs; local
1327 nargs = chewname (&new_op->name);
1337 printf (",%d,%d,%d", nargs, length, idx);
H A Dh8300-dis.c655 int nargs; local
668 for (nargs = 0;
669 nargs < 3 && args[nargs] != (op_type) E;
670 nargs++)
672 int x = args[nargs];
678 cst[nargs], cstlen[nargs],
679 dispregno[nargs], regno[nargs],
[all...]

Completed in 128 milliseconds

12345