Home
last modified time | relevance | path

Searched refs:lvalue_p (Results 1 – 25 of 72) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc509 lvalue_p (tree exp) in lvalue_p() function
529 return lvalue_p (TREE_OPERAND (exp, 0)); in lvalue_p()
532 return (lvalue_p (TREE_OPERAND (exp, 1) in lvalue_p()
535 && lvalue_p (TREE_OPERAND (exp, 2))); in lvalue_p()
541 return lvalue_p (TREE_OPERAND (exp, 1)); in lvalue_p()
556 if (lvalue_p (exp)) in d_save_expr()
H A Dexpr.cc93 bool lvalue_p (Expression *e) in lvalue_p() function in ExprVisitor
955 bool postblit = this->needs_postblit (etype) && this->lvalue_p (e->e2); in visit()
1140 bool lvalue_p = this->lvalue_p (e->e2); in visit() local
1146 || (e->op == TOKconstruct && !lvalue_p && postblit) in visit()
1172 libcall_fn libcall = (lvalue_p) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc512 lvalue_p (tree exp) in lvalue_p() function
532 return lvalue_p (TREE_OPERAND (exp, 0)); in lvalue_p()
535 return (lvalue_p (TREE_OPERAND (exp, 1) in lvalue_p()
538 && lvalue_p (TREE_OPERAND (exp, 2))); in lvalue_p()
544 return lvalue_p (TREE_OPERAND (exp, 1)); in lvalue_p()
559 if (lvalue_p (exp)) in d_save_expr()
H A DChangeLog-201644 (ExprVisitor::lvalue_p): New function.
599 (lvalue_p): Add case for TARGET_EXPR.
619 * d-codegen.cc (lvalue_p): Add more cases to look for.
627 (lvalue_p): Remove tests in default case.
641 (lvalue_p): New function.
H A Dexpr.cc82 lvalue_p (Expression *e) in lvalue_p() function
938 bool postblit = needs_postblit (etype) && lvalue_p (e->e2); in visit()
1147 const bool lvalue = lvalue_p (e->e2); in visit()
H A DChangeLog-2020367 (lvalue_p): Likewise.
567 * expr.cc (ExprVisitor::lvalue_p): Likewise
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc354 lvalue_p (const_tree t) in lvalue_p() function
778 if (!lvalue_p (init)) in build_vec_init_elt()
4279 else if (lvalue_p (arg)) in error_type()
5829 bool xval = !lvalue_p (exp); in stabilize_expr()
6229 ASSERT_FALSE (lvalue_p (int_cst)); in test_lvalue_kind()
6230 ASSERT_FALSE (lvalue_p (wrapped_int_cst)); in test_lvalue_kind()
6231 ASSERT_TRUE (lvalue_p (parm)); in test_lvalue_kind()
6232 ASSERT_TRUE (lvalue_p (wrapped_parm)); in test_lvalue_kind()
6233 ASSERT_FALSE (lvalue_p (rvalue_ref_of_parm)); in test_lvalue_kind()
6234 ASSERT_FALSE (lvalue_p (rvalue_ref_of_wrapped_parm)); in test_lvalue_kind()
H A Dcvt.cc328 if ((flags & DIRECT_BIND) && ! lvalue_p (arg)) in build_up_reference()
451 && lvalue_p (rval_as_conversion)) in convert_to_reference()
469 && ! lvalue_p (expr)) in convert_to_reference()
H A Dcall.cc3305 if (lvalue_p (args[i])) in add_builtin_candidates()
3342 if (code == COND_EXPR && lvalue_p (args[i])) in add_builtin_candidates()
5275 tree rtype = cp_build_reference_type (t2, !lvalue_p (e2)); in conditional_conversion()
5610 && lvalue_p (arg2) == lvalue_p (arg3)))) in build_conditional_expr()
5709 if (((lvalue_p (arg2) && lvalue_p (arg3)) in build_conditional_expr()
8232 && lvalue_p (expr)) in convert_like_internal()
8235 else if (!TYPE_REF_IS_RVALUE (ref_type) && !lvalue_p (expr) in convert_like_internal()
13088 && !lvalue_p (expr)) in initialize_reference()
H A Dlambda.cc587 if (!lvalue_p (initializer)) in add_capture()
H A Drtti.cc651 exprtype = cp_build_reference_type (exprtype, !lvalue_p (expr)); in build_dynamic_cast_1()
H A DChangeLog-19941477 * tree.c (lvalue_p): Treat calls to functions returning objects by
1500 * tree.c (lvalue_p): `this' is not an lvalue.
1752 * tree.c (lvalue_p): Random CALL_EXPRs are not lvalues.
2309 * tree.c (lvalue_p): MODIFY_EXPRs are lvalues again. Isn't this
2464 * tree.c (lvalue_p): MODIFY_EXPRs are no longer lvalues.
2978 * tree.c (lvalue_p): If the type of the expression is a reference,
3012 * tree.c (lvalue_p): A comma expression is an lvalue if its second
3067 * tree.c (lvalue_p): A MODIFY_EXPR is an lvalue.
4265 * tree.c (lvalue_p): Improve OFFSET_REF handling, so that it
4462 * tree.c (lvalue_p): A COND_EXPR is an lvalue if both of the
H A Dtypeck.cc2741 if (!lvalue_p (object) && lvalue_p (temp)) in build_class_member_access_expr()
7806 ? xvalue_p (expr) : lvalue_p (expr)) in maybe_warn_about_useless_cast()
7924 && (TYPE_REF_IS_RVALUE (type) || lvalue_p (expr)) in build_static_cast_1()
8652 ? lvalue_p (expr) in build_const_cast_1()
H A DChangeLog-19979 (lvalue_p): Likewise.
516 * tree.c (lvalue_p, real_lvalue_p): Handle TRY_CATCH_EXPR,
1917 * tree.c (lvalue_p): Add REALPART_EXPR and IMAGPART_EXPR cases.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c349 lvalue_p (const_tree t) in lvalue_p() function
757 if (!lvalue_p (init)) in build_vec_init_elt()
4026 else if (lvalue_p (arg)) in error_type()
5507 bool xval = !lvalue_p (exp); in stabilize_expr()
5899 ASSERT_FALSE (lvalue_p (int_cst)); in test_lvalue_kind()
5900 ASSERT_FALSE (lvalue_p (wrapped_int_cst)); in test_lvalue_kind()
5901 ASSERT_TRUE (lvalue_p (parm)); in test_lvalue_kind()
5902 ASSERT_TRUE (lvalue_p (wrapped_parm)); in test_lvalue_kind()
5903 ASSERT_FALSE (lvalue_p (rvalue_ref_of_parm)); in test_lvalue_kind()
5904 ASSERT_FALSE (lvalue_p (rvalue_ref_of_wrapped_parm)); in test_lvalue_kind()
H A Dcvt.c328 if ((flags & DIRECT_BIND) && ! lvalue_p (arg)) in build_up_reference()
451 && lvalue_p (rval_as_conversion)) in convert_to_reference()
469 && ! lvalue_p (expr)) in convert_to_reference()
H A Dcall.c3235 if (lvalue_p (args[i])) in add_builtin_candidates()
3272 if (code == COND_EXPR && lvalue_p (args[i])) in add_builtin_candidates()
5046 tree rtype = cp_build_reference_type (t2, !lvalue_p (e2)); in conditional_conversion()
5379 && lvalue_p (arg2) == lvalue_p (arg3)))) in build_conditional_expr_1()
5478 if (((lvalue_p (arg2) && lvalue_p (arg3)) in build_conditional_expr_1()
7779 && lvalue_p (expr)) in convert_like_real_1()
7782 else if (!TYPE_REF_IS_RVALUE (ref_type) && !lvalue_p (expr) in convert_like_real_1()
12335 && !lvalue_p (expr)) in initialize_reference()
H A Dlambda.c588 if (!lvalue_p (initializer)) in add_capture()
H A Drtti.c633 exprtype = cp_build_reference_type (exprtype, !lvalue_p (expr)); in build_dynamic_cast_1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c2048 lvalue_array_p = !not_lvalue && lvalue_p (exp.value); in default_function_array_conversion()
2088 if (!lvalue_p (expr)) in really_atomic_lvalue()
2456 bool datum_lvalue = lvalue_p (datum); in build_component_ref()
2747 else if (!lvalue_p (foo)) in build_array_ref()
4789 if (lvalue_p (TREE_OPERAND (arg, 0))) in build_unary_op()
4924 lvalue_p (const_tree ref) in lvalue_p() function
4933 return lvalue_p (TREE_OPERAND (ref, 0)); in lvalue_p()
4936 return lvalue_p (TREE_OPERAND (ref, 1)); in lvalue_p()
4991 int win = lvalue_p (ref); in lvalue_or_else()
6017 if (lvalue_p (value)) in build_c_cast()
[all …]
H A Dc-parser.c6925 if (! lvalue_p (init_expression)) in c_parser_for_statement()
17448 non_lvalue_p = !lvalue_p (v); in c_parser_omp_atomic()
17467 non_lvalue_p = !lvalue_p (lhs); in c_parser_omp_atomic()
17493 non_lvalue_p = !lvalue_p (v); in c_parser_omp_atomic()
17604 if (!lvalue_p (unfolded_lhs)) in c_parser_omp_atomic()
17725 non_lvalue_p = !lvalue_p (v); in c_parser_omp_atomic()
17741 if (!lvalue_p (unfolded_lhs1)) in c_parser_omp_atomic()
17859 if (!lvalue_p (depobj)) in c_parser_omp_depobj()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc2059 lvalue_array_p = !not_lvalue && lvalue_p (exp.value); in default_function_array_conversion()
2099 if (!lvalue_p (expr)) in really_atomic_lvalue()
2470 bool datum_lvalue = lvalue_p (datum); in build_component_ref()
2763 else if (!lvalue_p (foo)) in build_array_ref()
4818 if (lvalue_p (TREE_OPERAND (arg, 0))) in build_unary_op()
4958 lvalue_p (const_tree ref) in lvalue_p() function
4967 return lvalue_p (TREE_OPERAND (ref, 0)); in lvalue_p()
4970 return lvalue_p (TREE_OPERAND (ref, 1)); in lvalue_p()
5029 int win = lvalue_p (ref); in lvalue_or_else()
6135 if (lvalue_p (value)) in build_c_cast()
[all …]
H A Dc-parser.cc6875 if (! lvalue_p (init_expression)) in c_parser_for_statement()
18314 non_lvalue_p = !lvalue_p (v); in c_parser_omp_atomic()
18333 non_lvalue_p = !lvalue_p (lhs); in c_parser_omp_atomic()
18362 non_lvalue_p = !lvalue_p (v); in c_parser_omp_atomic()
18441 if (!lvalue_p (unfolded_lhs)) in c_parser_omp_atomic()
18519 non_lvalue_p = !lvalue_p (v); in c_parser_omp_atomic()
18665 if (!lvalue_p (unfolded_lhs)) in c_parser_omp_atomic()
18867 non_lvalue_p = !lvalue_p (v); in c_parser_omp_atomic()
18883 if (!lvalue_p (unfolded_lhs1)) in c_parser_omp_atomic()
18998 if (!lvalue_p (depobj)) in c_parser_omp_depobj()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h1024 extern bool lvalue_p (const_tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h1051 extern bool lvalue_p (const_tree);

123