Searched refs:fn_returns_value_p (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c9884 int fn_returns_value_p;
9984 fn_returns_value_p = !VOID_TYPE_P (valtype);
9988 if (!retval && fn_returns_value_p)
10002 else if (retval && !fn_returns_value_p)
10104 if (fn_returns_value_p && flag_elide_constructors)
9869 int fn_returns_value_p; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc10481 int fn_returns_value_p;
10581 fn_returns_value_p = !VOID_TYPE_P (valtype);
10585 if (!retval && fn_returns_value_p)
10599 else if (retval && !fn_returns_value_p)
10705 if (fn_returns_value_p && flag_elide_constructors)
10466 int fn_returns_value_p; local

Completed in 191 milliseconds