Home
last modified time | relevance | path

Searched refs:xvalue_p (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtree.cc383 xvalue_p (const_tree ref) in xvalue_p() function
1324 if (xvalue_p (expr)) in move()
DChangeLog-20122578 * cp-tree.h (xvalue_p, maybe_warn_about_useless_cast): Declare.
2579 * tree.c (xvalue_p): Define.
Dcall.cc5710 || (xvalue_p (arg2) && xvalue_p (arg3))) in build_conditional_expr()
5937 result_type = cp_build_reference_type (result_type, xvalue_p (arg)); in build_conditional_expr()
DChangeLog-2018485 turned xvalue_p into non-xvalue_p, call move on it.
DChangeLog3001 * tree.c (move): If expr is xvalue_p, just return expr without
Dcp-tree.h7821 extern bool xvalue_p (const_tree);
Dtypeck.cc7806 ? xvalue_p (expr) : lvalue_p (expr)) in maybe_warn_about_useless_cast()