| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips-ftypes.def | 20 /* Invoke DEF_MIPS_FTYPE (NARGS, LIST) for each prototype used by 23 NARGS is the number of arguments.
|
| D | mips.cc | 221 #define DEF_MIPS_FTYPE(NARGS, LIST) MIPS_FTYPE_NAME##NARGS LIST, argument
|
| /netbsd/src/external/historical/nawk/dist/ |
| D | run.c | 227 #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/ |
| D | gcc-c-fe.def | 119 the function, and ARGUMENT_TYPES is a vector, of length NARGS, of
|
| D | gcc-cp-fe.def | 836 the function, and ARGUMENT_TYPES is a vector, of length NARGS, of
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | gcc-c-fe.def | 122 the function, and ARGUMENT_TYPES is a vector, of length NARGS, of
|
| D | gcc-cp-fe.def | 836 the function, and ARGUMENT_TYPES is a vector, of length NARGS, of
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | gcc-c-fe.def | 119 the function, and ARGUMENT_TYPES is a vector, of length NARGS, of
|
| D | gcc-cp-fe.def | 836 the function, and ARGUMENT_TYPES is a vector, of length NARGS, of
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-core.h | 142 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM, argument
|
| D | genmatch.cc | 224 #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()
|
| D | gimple.cc | 2346 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) \ argument
|
| /netbsd/src/external/gpl3/gcc/dist/contrib/ |
| D | paranoia.cc | 165 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM, argument
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | gimple.texi | 1313 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},
|
| D | gccint.info | 14292 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/ |
| D | ChangeLog-1998 | 5977 * pt.c, call.c, decl.c, method.c, cp-tree.h: Remove unused NARGS
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2002 | 8223 (smash_to_method_type): Take new NARGS and VARARGS arguments.
|