Home
last modified time | relevance | path

Searched refs:real_lvalue_p (Results 1 – 24 of 24) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcvt.c358 if ((flags & DIRECT_BIND) && ! real_lvalue_p (arg))
482 && real_lvalue_p (rval_as_conversion))
499 if (! real_lvalue_p (expr))
Dcall.c1214 lvalue_p = real_lvalue_p (expr); in reference_binding()
2224 if (real_lvalue_p (args[i]))
2263 if (code == COND_EXPR && real_lvalue_p (args[i]))
3128 if (real_lvalue_p (e2))
3335 if (real_lvalue_p (arg2) && real_lvalue_p (arg3) &&
3509 if (!lvalue_p && real_lvalue_p (result))
6124 && !real_lvalue_p (expr))
Dtree.c215 real_lvalue_p (ref) in real_lvalue_p() function
1774 else if (real_lvalue_p (arg))
2538 else if (!real_lvalue_p (exp)
Dtypeck.c4911 if (! real_lvalue_p (expr))
5012 if (! real_lvalue_p (expr))
5193 && real_lvalue_p (value))
Dinit.c2531 if (real_lvalue_p (rval))
Dcp-tree.h4316 extern cp_lvalue_kind real_lvalue_p PARAMS ((tree));
DChangeLog.24242 (real_lvalue_p): Return it.
4250 (real_lvalue_p): Adjust accordingly.
8663 (real_lvalue_p): Likewise.
13683 * tree.c (real_lvalue_p): Likewise.
14191 * tree.c (lvalue_p, real_lvalue_p): Handle TRY_CATCH_EXPR,
17613 * cvt.c: Add IDENTITY_RANK before others. Use real_lvalue_p.
19563 * cp-tree.h (can_convert, can_convert_arg, real_lvalue_p): Add
19908 * tree.c (real_lvalue_p): Likewise.
Dpt.c3332 || !real_lvalue_p (expr))
DChangeLog.12757 * tree.c (real_lvalue_p): Like lvalue_p, but class temps aren't
2759 * cvt.c (convert_to_reference): Use real_lvalue_p instead of
DChangeLog3126 (real_lvalue_p): Update caller.
10554 real_lvalue_p.
/openbsd/src/gnu/gcc/gcc/cp/
Dcvt.c358 if ((flags & DIRECT_BIND) && ! real_lvalue_p (arg)) in build_up_reference()
478 && real_lvalue_p (rval_as_conversion)) in convert_to_reference()
495 if (! real_lvalue_p (expr)) in convert_to_reference()
Dtree.c205 real_lvalue_p (tree ref) in real_lvalue_p() function
401 if (!processing_template_decl && real_lvalue_p (expr)) in rvalue()
1650 else if (real_lvalue_p (arg)) in error_type()
2258 else if (!real_lvalue_p (exp) in stabilize_expr()
Dcall.c1113 lvalue_p = real_lvalue_p (expr); in reference_binding()
2126 if (real_lvalue_p (args[i])) in add_builtin_candidates()
2165 if (code == COND_EXPR && real_lvalue_p (args[i])) in add_builtin_candidates()
3135 if (real_lvalue_p (e2)) in conditional_conversion()
3207 if (real_lvalue_p (arg1)) in build_conditional_expr()
3380 if (real_lvalue_p (arg2) in build_conditional_expr()
3381 && real_lvalue_p (arg3) in build_conditional_expr()
4416 cp_lvalue_kind lvalue = real_lvalue_p (expr); in convert_like_real()
6592 && !real_lvalue_p (expr)) in initialize_reference()
6666 if (!real_lvalue_p (expr)) in initialize_reference()
Dtypeck.c4883 && real_lvalue_p (expr) in build_static_cast_1()
5144 if (! real_lvalue_p (expr)) in build_reinterpret_cast_1()
5349 if (! real_lvalue_p (expr)) in build_const_cast_1()
DChangeLog-19978 * tree.c (real_lvalue_p): Likewise.
516 * tree.c (lvalue_p, real_lvalue_p): Handle TRY_CATCH_EXPR,
DChangeLog-19961335 * cvt.c: Add IDENTITY_RANK before others. Use real_lvalue_p.
3285 * cp-tree.h (can_convert, can_convert_arg, real_lvalue_p): Add
3630 * tree.c (real_lvalue_p): Likewise.
Dcp-tree.h4379 extern cp_lvalue_kind real_lvalue_p (tree);
DChangeLog-20031676 (initialize_real): Use real_lvalue_p, not real_non_cast_lvalue_p.
1681 (real_lvalue_p): Adjust call to lvalue_p_1.
1688 (build_static_cast): Use real_lvalue_p, not real_non_cast_lvalue_p.
DChangeLog-19953108 * tree.c (real_lvalue_p): Like lvalue_p, but class temps aren't
3110 * cvt.c (convert_to_reference): Use real_lvalue_p instead of
DChangeLog-19994242 (real_lvalue_p): Return it.
4250 (real_lvalue_p): Adjust accordingly.
Dpt.c3741 if (!real_lvalue_p (expr)) in convert_nontype_argument()
DChangeLog-20021723 (real_lvalue_p): Update caller.
DChangeLog-2000682 real_lvalue_p.
DChangeLog-19981875 (real_lvalue_p): Likewise.