Home
last modified time | relevance | path

Searched refs:const_ggc_root_tab_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dggc-common.c56 typedef const struct ggc_root_tab *const_ggc_root_tab_t; typedef
57 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dggc-common.cc53 typedef const struct ggc_root_tab *const_ggc_root_tab_t; typedef
54 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()
H A DChangeLog-200921501 * ggc-common.c (const_ggc_root_tab_t) Added new typedef for vectors.