Home
last modified time | relevance | path

Searched refs:locate_fn_flags (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmethod.cc1918 locate_fn_flags (tree type, tree name, tree argtype, int flags, in locate_fn_flags() function
1966 tree fn = locate_fn_flags (type, complete_dtor_identifier, NULL_TREE, in get_dtor()
1981 fn = locate_fn_flags (type, complete_ctor_identifier, NULL_TREE, in locate_ctor()
1994 tree fn = locate_fn_flags (type, complete_ctor_identifier, NULL_TREE, in get_default_ctor()
2009 tree fn = locate_fn_flags (type, complete_ctor_identifier, argtype, in get_copy_ctor()
2024 tree fn = locate_fn_flags (type, assign_op_identifier, argtype, in get_copy_assign()
2442 rval = locate_fn_flags (mem_type, fnname, argtype, flags, complain); in walk_field_subobs()
2486 tree rval = locate_fn_flags (base_binfo, fnname, argtype, flags, in synthesized_method_base_walk()
2505 tree dtor = locate_fn_flags (base_binfo, complete_dtor_identifier, in synthesized_method_base_walk()
2672 fn = locate_fn_flags (ctype, ovl_op_identifier (false, DELETE_EXPR), in synthesized_method_walk()
[all …]
DChangeLog-20102124 (build_stub_type, build_stub_object, locate_fn_flags): New.
2125 (locate_ctor): Use locate_fn_flags.
DChangeLog-2012560 (locate_fn_flags): Handle a list of arg types.
DChangeLog-20141041 (locate_fn_flags): Not here.
DChangeLog-2016638 (locate_fn_flags, explain_implicit_non_constexpr): Adjust.
DChangeLog-20113329 pass it down to locate_fn_flags.
DChangeLog-20204149 * method.c (locate_fn_flags): Likewise.
DChangeLog-20194031 * method.c (do_build_copy_assign, locate_fn_flags): Likewise.