Searched refs:function_value (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc-protos.h28 extern struct rtx_def *function_value (tree, enum machine_mode, int);
H A Dsparc.h1492 function_value ((VALTYPE), TYPE_MODE (VALTYPE), 1)
1497 function_value ((VALTYPE), TYPE_MODE (VALTYPE), 0)
1503 function_value (NULL_TREE, (MODE), 1)
H A Dsparc.c4898 /* Used by function_arg and function_value to implement the complex
4999 /* Used by function_arg and function_value to implement the conventions
5037 /* Used by function_arg and function_value to implement the conventions
5504 function_value (tree type, enum machine_mode mode, int incoming_p)
5492 function_value (tree type, enum machine_mode mode, int incoming_p) function
/freebsd-9.3-release/contrib/gcc/
H A Dtarget.h726 rtx (*function_value) (tree ret_type, tree fn_decl_or_type, member in struct:gcc_target::calls
H A Dexplow.c1486 val = targetm.calls.function_value (valtype, func ? func : fntype, outgoing);
H A Dfunction.c3139 real_decl_rtl = targetm.calls.function_value (TREE_TYPE (decl_result),
4535 outgoing = targetm.calls.function_value (build_pointer_type (type),
H A Dreg-stack.c687 result = targetm.calls.function_value (TREE_TYPE (DECL_RESULT (decl)),

Completed in 235 milliseconds