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

/freebsd-12-stable/contrib/gcc/
H A Dfunction.h495 #define current_function_returns_pcc_struct (cfun->returns_pcc_struct)
494 #define current_function_returns_pcc_struct macro
H A Dfunction.c2049 && ! current_function_returns_pcc_struct
3849 current_function_returns_pcc_struct = 1;
4105 if (current_function_returns_pcc_struct)
4534 And current_function_returns_pcc_struct is not necessarily set. */
4536 || current_function_returns_pcc_struct)
H A Dexpr.c4239 && !current_function_returns_pcc_struct)

Completed in 138 milliseconds