Searched refs:locate_fn_flags (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | method.cc | 1918 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 …]
|
| D | ChangeLog-2010 | 2124 (build_stub_type, build_stub_object, locate_fn_flags): New. 2125 (locate_ctor): Use locate_fn_flags.
|
| D | ChangeLog-2012 | 560 (locate_fn_flags): Handle a list of arg types.
|
| D | ChangeLog-2014 | 1041 (locate_fn_flags): Not here.
|
| D | ChangeLog-2016 | 638 (locate_fn_flags, explain_implicit_non_constexpr): Adjust.
|
| D | ChangeLog-2011 | 3329 pass it down to locate_fn_flags.
|
| D | ChangeLog-2020 | 4149 * method.c (locate_fn_flags): Likewise.
|
| D | ChangeLog-2019 | 4031 * method.c (do_build_copy_assign, locate_fn_flags): Likewise.
|