/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-1996 | 141 (unary_complex_lvalue): Avoid unused warning on address of INIT_EXPR. 441 * typeck.c (unary_complex_lvalue): Add code to handle intermediate 2434 * call.c (unary_complex_lvalue): Delete unneeded decl, it's in 2460 unary_complex_lvalue): Add prototypes wrapped by PROTO. 2588 * typeck.c (unary_complex_lvalue): Likewise. 3226 * typeck.c (unary_complex_lvalue, build_modify_expr, 3634 * typeck.c (unary_complex_lvalue, build_modify_expr,
|
H A D | typeck.cc | 2738 if (tree temp = unary_complex_lvalue (ADDR_EXPR, object)) in build_class_member_access_expr() 6852 val = unary_complex_lvalue (ADDR_EXPR, arg); in cp_build_addr_expr_1() 7133 val = unary_complex_lvalue (code, arg); in cp_build_unary_op() 7374 unary_complex_lvalue (enum tree_code code, tree arg) in unary_complex_lvalue() function 7400 return unary_complex_lvalue (code, genericize_compound_lvalue (arg)); in unary_complex_lvalue()
|
H A D | ChangeLog-1993 | 60 (unary_complex_lvalue): Use it.
|
H A D | ChangeLog-1997 | 33 * typeck.c (unary_complex_lvalue): Ignore op0 when taking the 641 (unary_complex_lvalue): Call it for {MIN,MAX}_EXPR.
|
H A D | ChangeLog-2004 | 87 * typeck.c (unary_complex_lvalue): In a template, always refuse 2595 unary_complex_lvalue, cxx_mark_addressable, build_modify_expr, 2887 build_x_unary_op, build_unary_op, unary_complex_lvalue, 5161 * typeck.c (unary_complex_lvalue): Use context_for_name_lookup
|
H A D | ChangeLog-2008 | 2248 (unary_complex_lvalue): Fix calls for SFINAE. 2430 * typeck.c (unary_complex_lvalue, build_modify_expr,
|
H A D | ChangeLog-1998 | 1259 (unary_complex_lvalue): Call is_dummy_object. 1638 * typeck.c (unary_complex_lvalue): Build PTRMEM_CSTs, not 1738 (unary_complex_lvalue): Make taking the address a bound member 5768 * typeck.c (unary_complex_lvalue): &D::i has type B::* if i comes 6504 (build_component_addr, unary_complex_lvalue): Likewise.
|
H A D | ChangeLog-1994 | 43 * typeck.c (unary_complex_lvalue): Don't call sorry if we know how 65 * typeck.c (unary_complex_lvalue): Handle address of non-left most 1388 * call.c (build_method_call): Put back unary_complex_lvalue call 2448 (unary_complex_lvalue): Understand MODIFY_EXPR.
|
H A D | ChangeLog-2003 | 2771 (unary_complex_lvalue): Likewise. 3483 (unary_complex_lvalue): Likewise. 6496 * typeck.c (build_class_member_access_expr): Use unary_complex_lvalue.
|
H A D | ChangeLog-2016 | 1314 (unary_complex_lvalue): Use false instead of 0. 2856 (unary_complex_lvalue): Likewise.
|
H A D | ChangeLog-2002 | 3389 unary_complex_lvalue): Update. 4560 (unary_complex_lvalue): If it cannot be a pointer to member, don't
|
H A D | ChangeLog-2018 | 484 * typeck.c (build_class_member_access_expr): If unary_complex_lvalue 3944 (unary_complex_lvalue, cp_build_modify_expr): Use it.
|
H A D | ChangeLog | 2675 unary_complex_lvalue result adjustment to preserve all
|
H A D | ChangeLog-2006 | 2916 * typeck.c (unary_complex_lvalue): Likewise.
|
H A D | cp-tree.h | 8027 extern tree unary_complex_lvalue (enum tree_code, tree);
|
H A D | class.cc | 558 temp = unary_complex_lvalue (ADDR_EXPR, expr); in build_simple_base_path()
|
H A D | ChangeLog-2005 | 2549 (unary_complex_lvalue): ... here.
|
H A D | ChangeLog-2001 | 1544 * typeck.c (unary_complex_lvalue): Do not duplicate the
|
H A D | ChangeLog-2013 | 3537 (unary_complex_lvalue): Likewise.
|
H A D | ChangeLog-1995 | 3614 * typeck.c (unary_complex_lvalue): Also wrap prefix -- and ++ in
|
H A D | ChangeLog-2011 | 4201 * typeck.c (unary_complex_lvalue, cp_build_modify_expr): Adjust.
|
H A D | ChangeLog-2021 | 2427 (unary_complex_lvalue): Same.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 2568 tree temp = unary_complex_lvalue (ADDR_EXPR, object); in build_class_member_access_expr() 6337 val = unary_complex_lvalue (ADDR_EXPR, arg); in cp_build_addr_expr_1() 6618 val = unary_complex_lvalue (code, arg); in cp_build_unary_op() 6859 unary_complex_lvalue (enum tree_code code, tree arg) in unary_complex_lvalue() function 6885 return unary_complex_lvalue (code, genericize_compound_lvalue (arg)); in unary_complex_lvalue()
|
H A D | cp-tree.h | 7616 extern tree unary_complex_lvalue (enum tree_code, tree);
|
H A D | class.c | 554 temp = unary_complex_lvalue (ADDR_EXPR, expr); in build_simple_base_path()
|