Home
last modified time | relevance | path

Searched refs:ggc_root_tab (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dggc.h69 struct ggc_root_tab { struct
78 extern const struct ggc_root_tab * const gt_ggc_rtab[];
79 extern const struct ggc_root_tab * const gt_ggc_deletable_rtab[];
80 extern const struct ggc_root_tab * const gt_pch_cache_rtab[];
81 extern const struct ggc_root_tab * const gt_pch_scalar_rtab[];
H A Dggc-common.c79 static void write_pch_globals (const struct ggc_root_tab * const *tab,
105 const struct ggc_root_tab *const *rt; in ggc_mark_roots()
106 const struct ggc_root_tab *rti; in ggc_mark_roots()
387 write_pch_globals (const struct ggc_root_tab * const *tab, in write_pch_globals()
390 const struct ggc_root_tab *const *rt; in write_pch_globals()
391 const struct ggc_root_tab *rti; in write_pch_globals()
431 const struct ggc_root_tab *const *rt; in gt_pch_save()
432 const struct ggc_root_tab *rti; in gt_pch_save()
540 const struct ggc_root_tab *const *rt; in gt_pch_restore()
541 const struct ggc_root_tab *rti; in gt_pch_restore()
H A Dtree-nomudflap.c127 const struct ggc_root_tab gt_ggc_r_gt_tree_mudflap_h[] = {
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dggc.h39 struct ggc_root_tab { struct
47 extern const struct ggc_root_tab * const gt_ggc_rtab[];
48 extern const struct ggc_root_tab * const gt_ggc_deletable_rtab[];
H A Dggc-common.c111 const struct ggc_root_tab *const *rt; in ggc_mark_roots()
112 const struct ggc_root_tab *rti; in ggc_mark_roots()
H A DChangeLog.73591 (struct ggc_root_tab): Define.