Home
last modified time | relevance | path

Searched refs:cxx_copy_lang_qualifiers (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-objcp-common.h111 #define LANG_HOOKS_COPY_LANG_QUALIFIERS cxx_copy_lang_qualifiers
H A Ddecl2.c208 newtype = cxx_copy_lang_qualifiers (newtype, fntype); in change_return_type()
315 fntype = cxx_copy_lang_qualifiers (fntype, TREE_TYPE (fn)); in maybe_retrofit_in_chrg()
1401 outer = cxx_copy_lang_qualifiers (outer, type); in cp_reconstruct_complex_type()
1802 type = (cxx_copy_lang_qualifiers in coerce_new_type()
1862 type = (cxx_copy_lang_qualifiers in coerce_delete_type()
H A Dclass.c4792 = cxx_copy_lang_qualifiers (TREE_TYPE (clone), TREE_TYPE (fn)); in copy_fndecl_with_name()
4917 = cxx_copy_lang_qualifiers (TREE_TYPE (clone), TREE_TYPE (fn)); in build_clone()
5094 type = cxx_copy_lang_qualifiers (type, TREE_TYPE (clone)); in adjust_clone_args()
H A Dmangle.c2122 type = cxx_copy_lang_qualifiers (type, type_orig); in write_type()
H A Dtree.c5031 cxx_copy_lang_qualifiers (const_tree typea, const_tree typeb) in cxx_copy_lang_qualifiers() function
H A Ddecl.c16104 fntype = cxx_copy_lang_qualifiers (fntype, TREE_TYPE (decl)); in check_function_type()
17612 fntype = cxx_copy_lang_qualifiers (fntype, memfntype); in static_fn_type()
H A Dcp-tree.h7522 extern tree cxx_copy_lang_qualifiers (const_tree, const_tree);
H A Dpt.c2616 new_type = cxx_copy_lang_qualifiers (new_type, old_type); in copy_default_args_to_explicit_spec()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-objcp-common.h116 #define LANG_HOOKS_COPY_LANG_QUALIFIERS cxx_copy_lang_qualifiers
H A Ddecl2.cc206 newtype = cxx_copy_lang_qualifiers (newtype, fntype); in change_return_type()
313 fntype = cxx_copy_lang_qualifiers (fntype, TREE_TYPE (fn)); in maybe_retrofit_in_chrg()
1540 outer = cxx_copy_lang_qualifiers (outer, type); in cp_reconstruct_complex_type()
1984 type = (cxx_copy_lang_qualifiers in coerce_new_type()
2044 type = (cxx_copy_lang_qualifiers in coerce_delete_type()
H A DChangeLog-20182907 (strip_typedefs, cxx_copy_lang_qualifiers): Use it.
2912 * class.c (build_clone): Use cxx_copy_lang_qualifiers.
2917 (check_function_type): Use cxx_copy_lang_qualifiers.
2918 (static_fn_type): Use cxx_copy_lang_qualifiers.
2921 (change_return_type): Use cxx_copy_lang_qualifiers.
2922 * mangle.c (write_type): Use cxx_copy_lang_qualifiers.
2926 (copy_default_args_to_explicit_spec): Use cxx_copy_lang_qualifiers.
H A Dmangle.cc2207 type = cxx_copy_lang_qualifiers (type, type_orig); in write_type()
H A Dclass.cc4903 = cxx_copy_lang_qualifiers (TREE_TYPE (clone), TREE_TYPE (fn)); in copy_fndecl_with_name()
5146 type = cxx_copy_lang_qualifiers (type, TREE_TYPE (clone)); in adjust_clone_args()
H A Dtree.cc5335 cxx_copy_lang_qualifiers (const_tree typea, const_tree typeb) in cxx_copy_lang_qualifiers() function
H A Ddecl.cc16956 fntype = cxx_copy_lang_qualifiers (fntype, TREE_TYPE (decl)); in check_function_type()
18455 fntype = cxx_copy_lang_qualifiers (fntype, memfntype); in static_fn_type()
H A Dcp-tree.h7930 extern tree cxx_copy_lang_qualifiers (const_tree, const_tree);
H A DChangeLog-20171606 * tree.c (cxx_copy_lang_qualifiers): New.
H A DChangeLog-20194077 cxx_copy_lang_qualifiers, cp_free_lang_data): Likewise.
H A Dpt.cc2654 new_type = cxx_copy_lang_qualifiers (new_type, old_type); in copy_default_args_to_explicit_spec()