/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-codegen.cc | 509 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 D | expr.cc | 93 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 D | d-codegen.cc | 512 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 D | ChangeLog-2016 | 44 (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 D | expr.cc | 82 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 D | ChangeLog-2020 | 367 (lvalue_p): Likewise. 567 * expr.cc (ExprVisitor::lvalue_p): Likewise
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | tree.cc | 354 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 D | cvt.cc | 328 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 D | call.cc | 3305 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 D | lambda.cc | 587 if (!lvalue_p (initializer)) in add_capture()
|
H A D | rtti.cc | 651 exprtype = cp_build_reference_type (exprtype, !lvalue_p (expr)); in build_dynamic_cast_1()
|
H A D | ChangeLog-1994 | 1477 * 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 D | typeck.cc | 2741 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 D | ChangeLog-1997 | 9 (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 D | tree.c | 349 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 D | cvt.c | 328 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 D | call.c | 3235 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 D | lambda.c | 588 if (!lvalue_p (initializer)) in add_capture()
|
H A D | rtti.c | 633 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 D | c-typeck.c | 2048 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 D | c-parser.c | 6925 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 D | c-typeck.cc | 2059 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 D | c-parser.cc | 6875 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 D | c-common.h | 1024 extern bool lvalue_p (const_tree);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 1051 extern bool lvalue_p (const_tree);
|