Searched refs:function_arg_pass_by_reference (Results 1 – 21 of 21) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/ |
| H A D | sparc-protos.h | 39 extern int function_arg_pass_by_reference PARAMS ((const CUMULATIVE_ARGS *,
|
| H A D | sparc.h | 1805 function_arg_pass_by_reference (& (CUM), (MODE), (TYPE), (NAMED))
|
| H A D | sparc.c | 5143 function_arg_pass_by_reference (cum, mode, type, named) in function_arg_pass_by_reference() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips-protos.h | 78 extern int function_arg_pass_by_reference
|
| H A D | mips.h | 2829 function_arg_pass_by_reference (&CUM, MODE, TYPE, NAMED)
|
| H A D | mips.c | 4827 = function_arg_pass_by_reference (NULL, TYPE_MODE (type), type, 0); 8449 function_arg_pass_by_reference (cum, mode, type, named) in function_arg_pass_by_reference() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000-protos.h | 147 extern int function_arg_pass_by_reference PARAMS ((CUMULATIVE_ARGS *,
|
| H A D | rs6000.h | 1764 function_arg_pass_by_reference(&CUM, MODE, TYPE, NAMED)
|
| H A D | rs6000.c | 3300 function_arg_pass_by_reference (cum, mode, type, named) in function_arg_pass_by_reference() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386-protos.h | 196 extern int function_arg_pass_by_reference PARAMS ((CUMULATIVE_ARGS *,
|
| H A D | i386.h | 1747 function_arg_pass_by_reference(&CUM, MODE, TYPE, NAMED)
|
| H A D | i386.c | 2396 function_arg_pass_by_reference (cum, mode, type, named) in function_arg_pass_by_reference() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.0 | 1094 (function_arg_pass_by_reference): Likewise for cum and named. 1255 (function_arg_pass_by_reference): Likewise for parameters `cum', 2088 (function_arg_pass_by_reference): Likewise for parameters `cum' 4448 (function_arg_pass_by_reference): Pass TCmode by reference. 8258 (function_arg_pass_by_reference): Likewise.
|
| H A D | FSFChangeLog | 436 * mips.c (function_arg_pass_by_reference): Return 1 if would
|
| H A D | ChangeLog | 2718 * config/rs6000/rs6000.c (function_arg_pass_by_reference): Don't 5220 * config/rs6000/rs6000.c (function_arg_pass_by_reference): 6660 * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare. 6662 * config/i386/i386.c (function_arg_pass_by_reference): New.
|
| H A D | ChangeLog.2 | 3970 (function_arg_pass_by_reference): Check for a NULL pointer in cum. 6580 * config/mips/mips.c (function_arg_pass_by_reference): Define 12680 (function_arg_pass_by_reference): True for TFmode for ABI_V4.
|
| H A D | ChangeLog.7 | 12869 * config/sparc/sparc.c (function_arg_pass_by_reference): Pass 13337 (function_arg_partial_nregs, function_arg_pass_by_reference): Likewise. 13352 (function_arg_pass_by_reference): Likewise. 14636 * config/mips/mips.c (function_arg_pass_by_reference): Force to 0
|
| H A D | FSFChangeLog.11 | 9796 (function_arg_pass_by_reference): New function. 13705 (function_arg_pass_by_reference, setup_incoming_varargs): Likewise.
|
| H A D | ChangeLog.4 | 14041 * mips.c (function_arg_pass_by_reference): Don't do automatic
|
| H A D | ChangeLog.3 | 16192 (function_arg_pass_by_reference): Pass a copy of CUM to
|
| H A D | ChangeLog.6 | 10990 (function_arg_pass_by_reference): Support MEABI.
|