Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dfunction.h487 #define current_function_returns_struct (cfun->returns_struct) macro
H A Dfunction.c3820 current_function_returns_struct = 1; in allocate_struct_function()
4488 if (current_function_returns_struct in expand_function_end()
H A Dfinal.c1455 int sval = current_function_returns_struct; in profile_function()
H A Dexpr.c4230 && current_function_returns_struct in expand_assignment()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfunction.h525 #define current_function_returns_struct (cfun->returns_struct) macro
H A Dfunction.c6349 current_function_returns_struct = 0; in prepare_function_start()
6462 current_function_returns_struct = 1;
7136 if (current_function_returns_struct
H A Dfinal.c1711 int sval = current_function_returns_struct;
H A Dexpr.c4288 && current_function_returns_struct
H A DChangeLog.211270 current_function_returns_struct, current_function_returns_pcc_struct,
11329 current_function_returns_struct, current_function_returns_pcc_struct,
H A DChangeLog.710152 32-bit SPARC and current_function_returns_struct is true.
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.h1971 && (TARGET_ARCH64 || ! current_function_returns_struct))
1994 (8 + 4 * (! TARGET_ARCH64 && current_function_returns_struct))
H A Dsparc.md8093 if (! TARGET_ARCH64 && current_function_returns_struct)
8110 if (! TARGET_ARCH64 && current_function_returns_struct)
8127 if (! TARGET_ARCH64 && current_function_returns_struct)
8144 if (! TARGET_ARCH64 && current_function_returns_struct)
8175 if (! TARGET_ARCH64 && current_function_returns_struct)
8195 if (! TARGET_ARCH64 && current_function_returns_struct)
H A Dsparc.c55 (!TARGET_ARCH64 && current_function_returns_struct \
7636 if (current_function_returns_struct)
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.h1720 (8 + 4 * (! TARGET_ARCH64 && current_function_returns_struct))
H A Dsparc.c6695 && current_function_returns_struct in print_operand()
7771 && (TARGET_ARCH64 || ! current_function_returns_struct)); in sparc_function_ok_for_sibcall()
/openbsd/gnu/gcc/gcc/config/mn10300/
H A Dmn10300.c1619 || current_function_returns_struct) in mn10300_function_value()
/openbsd/gnu/gcc/gcc/config/mmix/
H A Dmmix.c100 && ! current_function_returns_struct) \
/openbsd/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix.c97 && ! current_function_returns_struct) \
/openbsd/gnu/gcc/gcc/cp/
H A Dtypeck.c6649 else if (! current_function_returns_struct in check_return_expr()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c6388 else if (! current_function_returns_struct
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.c5097 return current_function_args_info.regno - current_function_returns_struct; in ix86_nsaved_args()