Home
last modified time | relevance | path

Searched refs:NARGS (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips-ftypes.def20 /* Invoke DEF_MIPS_FTYPE (NARGS, LIST) for each prototype used by
23 NARGS is the number of arguments.
Dmips.cc221 #define DEF_MIPS_FTYPE(NARGS, LIST) MIPS_FTYPE_NAME##NARGS LIST, argument
/netbsd/src/external/historical/nawk/dist/
Drun.c227 #define NARGS 50 /* max args in a call */ macro
239 Cell *args[NARGS], *oargs[NARGS]; /* BUG: fixed size arrays */ in call()
259 if (ncall + ndef > NARGS) in call()
260 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS); in call()
/netbsd/src/external/gpl3/gcc/dist/include/
Dgcc-c-fe.def119 the function, and ARGUMENT_TYPES is a vector, of length NARGS, of
Dgcc-cp-fe.def836 the function, and ARGUMENT_TYPES is a vector, of length NARGS, of
/netbsd/src/external/gpl3/gdb/dist/include/
Dgcc-c-fe.def122 the function, and ARGUMENT_TYPES is a vector, of length NARGS, of
Dgcc-cp-fe.def836 the function, and ARGUMENT_TYPES is a vector, of length NARGS, of
/netbsd/src/external/gpl3/binutils/dist/include/
Dgcc-c-fe.def119 the function, and ARGUMENT_TYPES is a vector, of length NARGS, of
Dgcc-cp-fe.def836 the function, and ARGUMENT_TYPES is a vector, of length NARGS, of
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-core.h142 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM, argument
Dgenmatch.cc224 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM, argument
5189 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) \ in main() argument
5190 add_operator (SYM, # SYM, # TYPE, NARGS); in main()
Dgimple.cc2346 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) \ argument
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dparanoia.cc165 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM, argument
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgimple.texi1313 determined by @code{is_gimple_call_addr}. @code{NARGS} are the number of
1314 arguments. The rest of the arguments follow the argument @code{NARGS},
Dgccint.info14292 determined by 'is_gimple_call_addr'. 'NARGS' are the number of
14293 arguments. The rest of the arguments follow the argument 'NARGS',
18906 '(call FUNCTION NARGS)'
18908 address is the address of the function to be called. NARGS is an
43562 unsigned int NARGS, tree *ARGS)
43572 is an array of function arguments, of which there are NARGS.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-19985977 * pt.c, call.c, decl.c, method.c, cp-tree.h: Remove unused NARGS
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20028223 (smash_to_method_type): Take new NARGS and VARARGS arguments.