Searched refs:clone_function_decl (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | method.c | 1829 clone_function_decl (fn, /*update_method_vec=*/true); in lazily_declare_fn()
|
H A D | class.c | 4191 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 D | pt.c | 2706 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 D | cp-tree.h | 4981 extern void clone_function_decl (tree, int);
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | method.c | 2432 clone_function_decl (fn, /*update_methods=*/true); in lazily_declare_fn()
|
H A D | class.c | 4584 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 D | cp-tree.h | 6195 extern void clone_function_decl (tree, bool);
|
H A D | pt.c | 13083 clone_function_decl (r, /*update_methods=*/false); in tsubst_function_decl() 19306 clone_function_decl (fndecl, /*update_methods=*/false); in instantiate_template_1()
|