Home
last modified time | relevance | path

Searched refs:ref_conv_binds_directly_p (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20202101 * call.c (ref_conv_binds_directly_p): New function.
2102 * cp-tree.h (ref_conv_binds_directly_p): Declare.
H A Dcp-tree.h6542 extern bool ref_conv_binds_directly_p (tree, tree);
H A Dcall.cc9111 ref_conv_binds_directly_p (tree type, tree expr) in ref_conv_binds_directly_p() function
H A Dparser.cc13713 if (glvalue_p (expr) && !ref_conv_binds_directly_p (type, expr)) in warn_for_range_copy()
13744 if (!ref_conv_binds_directly_p (rtype, expr)) in warn_for_range_copy()