Line data Source code
1 : /* Type information for cp/cp-objcp-common.cc. 2 : Copyright (C) 2004-2023 Free Software Foundation, Inc. 3 : 4 : This file is part of GCC. 5 : 6 : GCC is free software; you can redistribute it and/or modify it under 7 : the terms of the GNU General Public License as published by the Free 8 : Software Foundation; either version 3, or (at your option) any later 9 : version. 10 : 11 : GCC is distributed in the hope that it will be useful, but WITHOUT ANY 12 : WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 : FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 14 : for more details. 15 : 16 : You should have received a copy of the GNU General Public License 17 : along with GCC; see the file COPYING3. If not see 18 : <http://www.gnu.org/licenses/>. */ 19 : 20 : /* This file is machine generated. Do not edit. */ 21 : 22 : /* GC roots. */ 23 : 24 : EXPORTED_CONST struct ggc_root_tab gt_ggc_r_gt_cp_cp_objcp_common_h[] = { 25 : { 26 : &debug_type_map, 27 : 1, 28 : sizeof (debug_type_map), 29 : >_ggc_mx_hash_map_tree_tree_type_tree_cache_traits_, 30 : >_pch_nx_hash_map_tree_tree_type_tree_cache_traits_ 31 : }, 32 : LAST_GGC_ROOT_TAB 33 : }; 34 : 35 : void 36 95241 : gt_clear_caches_gt_cp_cp_objcp_common_h () 37 : { 38 95241 : gt_cleare_cache (debug_type_map); 39 95241 : } 40 :