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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c9751 can_do_nrvo_p (tree retval, tree functype)
9832 if (can_do_nrvo_p (arg, functype))
10103 bool named_return_value_okay_p = can_do_nrvo_p (retval, functype);
9736 can_do_nrvo_p (tree retval, tree functype) function
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc10302 can_do_nrvo_p (tree retval, tree functype)
10429 if (can_do_nrvo_p (arg, functype))
10704 bool named_return_value_okay_p = can_do_nrvo_p (bare_retval, functype);
10287 can_do_nrvo_p (tree retval, tree functype) function

Completed in 133 milliseconds