Searched refs:current_function_returns_pcc_struct (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfunction.h489 #define current_function_returns_pcc_struct (cfun->returns_pcc_struct)
488 #define current_function_returns_pcc_struct macro
H A Dfunction.c2043 && ! current_function_returns_pcc_struct
3838 current_function_returns_pcc_struct = 1;
4093 if (current_function_returns_pcc_struct)
4522 And current_function_returns_pcc_struct is not necessarily set. */
4524 || current_function_returns_pcc_struct)
H A Dexpr.c4237 && !current_function_returns_pcc_struct)

Completed in 101 milliseconds