| /openbsd-src/gnu/gcc/gcc/config/sparc/ |
| H A D | sparc-protos.h | 28 extern struct rtx_def *function_value (tree, enum machine_mode, int);
|
| H A D | sparc.h | 1488 function_value ((VALTYPE), TYPE_MODE (VALTYPE), 1) 1493 function_value ((VALTYPE), TYPE_MODE (VALTYPE), 0) 1499 function_value (NULL_TREE, (MODE), 1)
|
| H A D | sparc.c | 5495 function_value (tree type, enum machine_mode mode, int incoming_p) in function_value() function
|
| /openbsd-src/gnu/gcc/gcc/config/alpha/ |
| H A D | alpha-protos.h | 89 extern rtx function_value (tree, tree, enum machine_mode);
|
| H A D | alpha.h | 823 function_value (VALTYPE, FUNC, VOIDmode) 829 function_value (NULL, NULL, MODE)
|
| H A D | alpha.c | 5846 function_value (tree valtype, tree func ATTRIBUTE_UNUSED, in function_value() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/ |
| H A D | sparc-protos.h | 30 extern struct rtx_def *function_value PARAMS ((tree, enum machine_mode, int));
|
| H A D | sparc.h | 1695 function_value ((VALTYPE), TYPE_MODE (VALTYPE), 1) 1700 function_value ((VALTYPE), TYPE_MODE (VALTYPE), 0) 1706 function_value (NULL_TREE, (MODE), 1)
|
| H A D | sparc.c | 5249 function_value (type, mode, incoming_p) in function_value() function
|
| /openbsd-src/gnu/gcc/gcc/config/pa/ |
| H A D | pa-protos.h | 163 extern rtx function_value (tree, tree);
|
| H A D | pa.h | 640 #define FUNCTION_VALUE(VALTYPE, FUNC) function_value (VALTYPE, FUNC)
|
| H A D | pa.c | 8991 function_value (tree valtype, tree func ATTRIBUTE_UNUSED) in function_value() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/ |
| H A D | pa-protos.h | 165 extern rtx function_value PARAMS ((tree, tree));
|
| H A D | pa.h | 754 #define FUNCTION_VALUE(VALTYPE, FUNC) function_value (VALTYPE, FUNC)
|
| H A D | pa.c | 8052 function_value (valtype, func) in function_value() function
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | target.h | 722 rtx (*function_value) (tree ret_type, tree fn_decl_or_type, member
|
| H A D | explow.c | 1475 val = targetm.calls.function_value (valtype, func ? func : fntype, outgoing); in hard_function_value()
|
| H A D | function.c | 3124 real_decl_rtl = targetm.calls.function_value (TREE_TYPE (decl_result), in assign_parms() 4500 outgoing = targetm.calls.function_value (build_pointer_type (type), in expand_function_end()
|
| H A D | reg-stack.c | 680 result = targetm.calls.function_value (TREE_TYPE (DECL_RESULT (decl)), in stack_result()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog | 8789 * pa-protos.h (function_value): New prototype. 8790 * pa.c (function_value): Use a PARALLEL to return small aggregates on 8792 * pa.h (FUNCTION_VALUE): Use function_value.
|
| H A D | ChangeLog.0 | 4449 (function_value): New function. 4457 (FUNCTION_VALUE): Call function_value.
|
| H A D | ChangeLog.5 | 10562 * config/sparc/sparc.c (function_value): Treat all non-record
|
| H A D | ChangeLog.1 | 12743 * config/sparc/sparc.c (function_value): Perform the equivalent of
|
| H A D | FSFChangeLog.11 | 12978 * expr.h (function_value): Deleted; no such function.
|