Home
last modified time | relevance | path

Searched refs:unary_complex_lvalue (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-1996141 (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 Dtypeck.cc2738 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 DChangeLog-199360 (unary_complex_lvalue): Use it.
H A DChangeLog-199733 * typeck.c (unary_complex_lvalue): Ignore op0 when taking the
641 (unary_complex_lvalue): Call it for {MIN,MAX}_EXPR.
H A DChangeLog-200487 * 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 DChangeLog-20082248 (unary_complex_lvalue): Fix calls for SFINAE.
2430 * typeck.c (unary_complex_lvalue, build_modify_expr,
H A DChangeLog-19981259 (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 DChangeLog-199443 * 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 DChangeLog-20032771 (unary_complex_lvalue): Likewise.
3483 (unary_complex_lvalue): Likewise.
6496 * typeck.c (build_class_member_access_expr): Use unary_complex_lvalue.
H A DChangeLog-20161314 (unary_complex_lvalue): Use false instead of 0.
2856 (unary_complex_lvalue): Likewise.
H A DChangeLog-20023389 unary_complex_lvalue): Update.
4560 (unary_complex_lvalue): If it cannot be a pointer to member, don't
H A DChangeLog-2018484 * typeck.c (build_class_member_access_expr): If unary_complex_lvalue
3944 (unary_complex_lvalue, cp_build_modify_expr): Use it.
H A DChangeLog2675 unary_complex_lvalue result adjustment to preserve all
H A DChangeLog-20062916 * typeck.c (unary_complex_lvalue): Likewise.
H A Dcp-tree.h8027 extern tree unary_complex_lvalue (enum tree_code, tree);
H A Dclass.cc558 temp = unary_complex_lvalue (ADDR_EXPR, expr); in build_simple_base_path()
H A DChangeLog-20052549 (unary_complex_lvalue): ... here.
H A DChangeLog-20011544 * typeck.c (unary_complex_lvalue): Do not duplicate the
H A DChangeLog-20133537 (unary_complex_lvalue): Likewise.
H A DChangeLog-19953614 * typeck.c (unary_complex_lvalue): Also wrap prefix -- and ++ in
H A DChangeLog-20114201 * typeck.c (unary_complex_lvalue, cp_build_modify_expr): Adjust.
H A DChangeLog-20212427 (unary_complex_lvalue): Same.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c2568 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 Dcp-tree.h7616 extern tree unary_complex_lvalue (enum tree_code, tree);
H A Dclass.c554 temp = unary_complex_lvalue (ADDR_EXPR, expr); in build_simple_base_path()

12