Home
last modified time | relevance | path

Searched refs:glvalue_p (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc362 glvalue_p (const_tree ref) in glvalue_p() function
983 if (!processing_template_decl && glvalue_p (expr)) in rvalue()
5818 || !glvalue_p (exp)) in stabilize_expr()
5946 || glvalue_p (t))) in stabilize_init()
H A Dcall.cc5273 if (glvalue_p (e2)) in conditional_conversion()
5364 if (glvalue_p (arg1)) in build_conditional_expr()
5565 is_glvalue = glvalue_p (arg3); in build_conditional_expr()
5571 is_glvalue = glvalue_p (arg2); in build_conditional_expr()
5609 && glvalue_p (arg2) && glvalue_p (arg3) in build_conditional_expr()
H A Dcoroutines.cc1028 if (glvalue_p (o)) in build_co_await()
H A Dcp-tree.h7819 extern bool glvalue_p (const_tree);
H A DChangeLog-20162109 * tree.c (glvalue_p): Rename from lvalue_or_rvalue_with_address_p.
H A Dtypeck.cc8373 if (!glvalue_p (expr)) in build_reinterpret_cast_1()
H A DChangeLog-2019337 operand use cp_stabilize_reference if arg1 is glvalue_p rather than
H A Dpt.cc20027 && !glvalue_p (elt) in fold_targs_r()
H A Dparser.cc13713 if (glvalue_p (expr) && !ref_conv_binds_directly_p (type, expr)) in warn_for_range_copy()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c357 glvalue_p (const_tree ref) in glvalue_p() function
937 if (!processing_template_decl && glvalue_p (expr)) in rvalue()
5496 || !glvalue_p (exp)) in stabilize_expr()
5624 || glvalue_p (t))) in stabilize_init()
H A Dcall.c5044 if (glvalue_p (e2)) in conditional_conversion()
5133 if (glvalue_p (arg1)) in build_conditional_expr_1()
5334 is_glvalue = glvalue_p (arg3); in build_conditional_expr_1()
5340 is_glvalue = glvalue_p (arg2); in build_conditional_expr_1()
5378 && glvalue_p (arg2) && glvalue_p (arg3) in build_conditional_expr_1()
H A Dcp-tree.h7421 extern bool glvalue_p (const_tree);