Home | History | Annotate | Download | only in gcc

Lines Matching defs:ctf_dtdef_ref

195 typedef ctf_dtdef_t * ctf_dtdef_ref;
219 ctf_dtu_d_union_selector (ctf_dtdef_ref);
223 typedef ctf_dtdef_ref compare_type;
225 static hashval_t hash (ctf_dtdef_ref);
226 static bool equal (ctf_dtdef_ref, ctf_dtdef_ref);
230 ctfc_dtd_hasher::hash (ctf_dtdef_ref dtd)
236 ctfc_dtd_hasher::equal (ctf_dtdef_ref dtd, ctf_dtdef_ref dtd2)
395 extern ctf_dtdef_ref ctf_dtd_lookup (const ctf_container_ref ctfc,
445 extern int ctfc_get_dtd_srcloc (ctf_dtdef_ref, ctf_srcloc_ref);