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

/freebsd-9.3-release/contrib/gcc/
H A Dfunction.h488 #define current_function_returns_struct (cfun->returns_struct)
487 #define current_function_returns_struct macro
H A Dfunction.c3840 current_function_returns_struct = 1;
4523 if (current_function_returns_struct
H A Dfinal.c1467 int sval = current_function_returns_struct;
H A Dexpr.c4236 && current_function_returns_struct
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.h1731 (8 + 4 * (! TARGET_ARCH64 && current_function_returns_struct))
H A Dsparc.c6709 && current_function_returns_struct
7791 && (TARGET_ARCH64 || ! current_function_returns_struct));
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c6716 else if (! current_function_returns_struct

Completed in 151 milliseconds