Searched refs:const_ggc_root_tab_t (Results 1 – 3 of 3) sorted by relevance
56 typedef const struct ggc_root_tab *const_ggc_root_tab_t; typedef57 static vec<const_ggc_root_tab_t> extra_root_vec;72 ggc_mark_root_tab (const_ggc_root_tab_t rt) in ggc_mark_root_tab()87 const_ggc_root_tab_t rtp, rti; in ggc_mark_roots()
53 typedef const struct ggc_root_tab *const_ggc_root_tab_t; typedef54 static vec<const_ggc_root_tab_t> extra_root_vec;69 ggc_mark_root_tab (const_ggc_root_tab_t rt) in ggc_mark_root_tab()84 const_ggc_root_tab_t rtp, rti; in ggc_mark_roots()
21501 * ggc-common.c (const_ggc_root_tab_t) Added new typedef for vectors.