Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dmethod.c1829 clone_function_decl (fn, /*update_method_vec=*/true); in lazily_declare_fn()
H A Dclass.c4191 clone_function_decl (tree fn, int update_method_vec_p) in clone_function_decl() function
4332 clone_function_decl (OVL_CURRENT (fns), /*update_method_vec_p=*/1); in clone_constructors_and_destructors()
4334 clone_function_decl (OVL_CURRENT (fns), /*update_method_vec_p=*/1); in clone_constructors_and_destructors()
H A Dpt.c2706 clone_function_decl (decl, /*update_method_vec_p=*/0); in check_explicit_specialization()
10087 clone_function_decl (r, /*update_method_vec_p=*/0); in tsubst_decl()
14419 clone_function_decl (fndecl, /*update_method_vec_p=*/0); in instantiate_template_1()
H A Dcp-tree.h4981 extern void clone_function_decl (tree, int);
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dmethod.c2432 clone_function_decl (fn, /*update_methods=*/true); in lazily_declare_fn()
H A Dclass.c4584 clone_function_decl (tree fn, bool update_methods) in clone_function_decl() function
4727 clone_function_decl (*iter, /*update_methods=*/true); in clone_constructors_and_destructors()
4730 clone_function_decl (dtor, /*update_methods=*/true); in clone_constructors_and_destructors()
H A Dcp-tree.h6195 extern void clone_function_decl (tree, bool);
H A Dpt.c13083 clone_function_decl (r, /*update_methods=*/false); in tsubst_function_decl()
19306 clone_function_decl (fndecl, /*update_methods=*/false); in instantiate_template_1()