Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcp-objcp-common.h116 #define LANG_HOOKS_COPY_LANG_QUALIFIERS cxx_copy_lang_qualifiers
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()
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.
Dmangle.cc2207 type = cxx_copy_lang_qualifiers (type, type_orig); in write_type()
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()
Dtree.cc5335 cxx_copy_lang_qualifiers (const_tree typea, const_tree typeb) in cxx_copy_lang_qualifiers() function
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()
Dcp-tree.h7930 extern tree cxx_copy_lang_qualifiers (const_tree, const_tree);
DChangeLog-20171606 * tree.c (cxx_copy_lang_qualifiers): New.
DChangeLog-20194077 cxx_copy_lang_qualifiers, cp_free_lang_data): Likewise.
Dpt.cc2654 new_type = cxx_copy_lang_qualifiers (new_type, old_type); in copy_default_args_to_explicit_spec()