Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.c807 assign_op_identifier, in do_build_copy_assign()
1746 tree fn = locate_fn_flags (type, assign_op_identifier, argtype, in get_copy_assign()
2282 fnname = assign_op_identifier; in synthesized_method_walk()
2740 name = assign_op_identifier; in implicitly_declare_fn()
H A Dmethod.cc830 assign_op_identifier, in do_build_copy_assign()
2020 tree fn = locate_fn_flags (type, assign_op_identifier, argtype, in get_copy_assign()
2571 fnname = assign_op_identifier; in synthesized_method_walk()
3033 name = assign_op_identifier; in implicitly_declare_fn()
H A DChangeLog-2017792 * cp-tree.h (assign_op_identifier, call_op_identifier): Use
894 (assign_op_identifier, call_op_identifier): Adjust.
917 (implicitly_declare_fn): Use assign_op_identifier. Directly set
919 * name-lookup.c (get_class_binding): Use assign_op_identifier.
925 * cp-tree.h (assign_op_identifier, call_op_identifier): Define.
934 (has_trivial_copy_assign_p): Use assign_op_identifier.
940 (grok_special_member_properties): Use assign_op_identifier.
950 * method.c (do_build_copy_assign): Use assign_op_identifier.
952 (get_copy_assign): Use assign_op_identifier.
958 assign_op_identifier.
[all …]
H A Dclass.c3087 tree opname = assign_op_identifier; in dfs_declare_virt_assop_and_dtor()
4714 for (ovl_iterator i (get_class_binding_direct (t, assign_op_identifier)); in check_methods()
5409 (type, assign_op_identifier)); in vbase_has_user_provided_move_assign()
5592 (t, assign_op_identifier)); in classtype_has_move_assign_or_move_ctor_p()
5644 (t, assign_op_identifier)); in classtype_has_depr_implicit_copy()
7637 tree ass_op = build_lang_decl (USING_DECL, assign_op_identifier, in finish_struct()
H A Dclass.cc3161 tree opname = assign_op_identifier; in dfs_declare_virt_assop_and_dtor()
4818 for (tree fn : ovl_range (get_class_binding_direct (t, assign_op_identifier))) in check_methods()
5460 (type, assign_op_identifier)); in vbase_has_user_provided_move_assign()
5648 (t, assign_op_identifier)); in classtype_has_move_assign_or_move_ctor_p()
5687 (t, assign_op_identifier)); in classtype_has_depr_implicit_copy()
7743 tree ass_op = build_lang_decl (USING_DECL, assign_op_identifier, in finish_struct()
H A Dcall.c9333 tree fns = get_class_binding (type, assign_op_identifier); in has_trivial_copy_assign_p()
9802 gcc_assert (IDENTIFIER_CDTOR_P (name) || name == assign_op_identifier); in build_special_member_call()
9848 gcc_checking_assert (name == assign_op_identifier); in build_special_member_call()
H A Dcall.cc10051 tree fns = get_class_binding (type, assign_op_identifier); in has_trivial_copy_assign_p()
10539 gcc_assert (IDENTIFIER_CDTOR_P (name) || name == assign_op_identifier); in build_special_member_call()
10585 gcc_checking_assert (name == assign_op_identifier); in build_special_member_call()
H A Ddecl.cc15002 && DECL_NAME (d) != assign_op_identifier) in copy_fn_p()
15077 && DECL_NAME (d) != assign_op_identifier) in move_signature_fn_p()
15146 else if (DECL_NAME (decl) == assign_op_identifier) in grok_special_member_properties()
H A Dname-lookup.c1296 else if (name == assign_op_identifier) in get_class_binding()
H A Dname-lookup.cc1907 else if (name == assign_op_identifier) in maybe_lazily_declare()
H A Dcp-tree.h6142 #define assign_op_identifier (ovl_op_info[true][OVL_OP_NOP_EXPR].identifier) macro
H A Dsemantics.c9931 fns = get_class_binding (type, assign_p ? assign_op_identifier in classtype_has_nothrow_assign_or_copy_p()
H A Dtypeck.c10029 && DECL_NAME (current_function_decl) == assign_op_identifier in check_return_expr()
H A Dtypeck.cc10614 && DECL_NAME (current_function_decl) == assign_op_identifier in check_return_expr()
H A Dsemantics.cc11441 fns = get_class_binding (type, assign_p ? assign_op_identifier in classtype_has_nothrow_assign_or_copy_p()
H A Ddecl.c14348 else if (DECL_NAME (decl) == assign_op_identifier) in grok_special_member_properties()
H A Dmodule.cc11195 else if (name == assign_op_identifier) in install_implicit_member()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c807 assign_op_identifier, in do_build_copy_assign()
1746 tree fn = locate_fn_flags (type, assign_op_identifier, argtype, in get_copy_assign()
2282 fnname = assign_op_identifier; in synthesized_method_walk()
2740 name = assign_op_identifier; in implicitly_declare_fn()
H A Dclass.c3087 tree opname = assign_op_identifier; in dfs_declare_virt_assop_and_dtor()
4714 for (ovl_iterator i (get_class_binding_direct (t, assign_op_identifier)); in check_methods()
5409 (type, assign_op_identifier)); in vbase_has_user_provided_move_assign()
5592 (t, assign_op_identifier)); in classtype_has_move_assign_or_move_ctor_p()
5644 (t, assign_op_identifier)); in classtype_has_depr_implicit_copy()
7637 tree ass_op = build_lang_decl (USING_DECL, assign_op_identifier, in finish_struct()
H A Dcall.c9333 tree fns = get_class_binding (type, assign_op_identifier); in has_trivial_copy_assign_p()
9802 gcc_assert (IDENTIFIER_CDTOR_P (name) || name == assign_op_identifier); in build_special_member_call()
9848 gcc_checking_assert (name == assign_op_identifier); in build_special_member_call()
H A Dname-lookup.c1296 else if (name == assign_op_identifier) in get_class_binding()
H A Dcp-tree.h5910 #define assign_op_identifier (ovl_op_info[true][OVL_OP_NOP_EXPR].identifier) macro
H A Dsemantics.c9931 fns = get_class_binding (type, assign_p ? assign_op_identifier in classtype_has_nothrow_assign_or_copy_p()
H A Dtypeck.c10029 && DECL_NAME (current_function_decl) == assign_op_identifier in check_return_expr()
H A Ddecl.c14348 else if (DECL_NAME (decl) == assign_op_identifier) in grok_special_member_properties()