Home
last modified time | relevance | path

Searched refs:current_function_returns_struct (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dfunction.h493 #define current_function_returns_struct (cfun->returns_struct) macro
H A Dfunction.c3833 current_function_returns_struct = 1; in allocate_struct_function()
4514 if (current_function_returns_struct in expand_function_end()
H A Dfinal.c1460 int sval = current_function_returns_struct; in profile_function()
H A Dexpr.c4226 && current_function_returns_struct in expand_assignment()
H A DChangeLog-199911270 current_function_returns_struct, current_function_returns_pcc_struct,
11329 current_function_returns_struct, current_function_returns_pcc_struct,
H A DChangeLog-200224599 32-bit SPARC and current_function_returns_struct is true.
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.h1717 (8 + 4 * (! TARGET_ARCH64 && current_function_returns_struct))
H A Dsparc.c6692 && current_function_returns_struct in print_operand()
7768 && (TARGET_ARCH64 || ! current_function_returns_struct)); in sparc_function_ok_for_sibcall()
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c6963 else if (! current_function_returns_struct in check_return_expr()