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 D | cp-objcp-common.h | 111 #define LANG_HOOKS_COPY_LANG_QUALIFIERS cxx_copy_lang_qualifiers
|
H A D | decl2.c | 208 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 D | class.c | 4792 = 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 D | mangle.c | 2122 type = cxx_copy_lang_qualifiers (type, type_orig); in write_type()
|
H A D | tree.c | 5031 cxx_copy_lang_qualifiers (const_tree typea, const_tree typeb) in cxx_copy_lang_qualifiers() function
|
H A D | decl.c | 16104 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 D | cp-tree.h | 7522 extern tree cxx_copy_lang_qualifiers (const_tree, const_tree);
|
H A D | pt.c | 2616 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 D | cp-objcp-common.h | 116 #define LANG_HOOKS_COPY_LANG_QUALIFIERS cxx_copy_lang_qualifiers
|
H A D | decl2.cc | 206 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 D | ChangeLog-2018 | 2907 (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 D | mangle.cc | 2207 type = cxx_copy_lang_qualifiers (type, type_orig); in write_type()
|
H A D | class.cc | 4903 = 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 D | tree.cc | 5335 cxx_copy_lang_qualifiers (const_tree typea, const_tree typeb) in cxx_copy_lang_qualifiers() function
|
H A D | decl.cc | 16956 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 D | cp-tree.h | 7930 extern tree cxx_copy_lang_qualifiers (const_tree, const_tree);
|
H A D | ChangeLog-2017 | 1606 * tree.c (cxx_copy_lang_qualifiers): New.
|
H A D | ChangeLog-2019 | 4077 cxx_copy_lang_qualifiers, cp_free_lang_data): Likewise.
|
H A D | pt.cc | 2654 new_type = cxx_copy_lang_qualifiers (new_type, old_type); in copy_default_args_to_explicit_spec()
|