Home
last modified time | relevance | path

Searched refs:ctf_container_t (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfc.h332 } ctf_container_t; typedef
339 typedef ctf_container_t * ctf_container_ref;
H A Dctfc.cc951 tu_ctfc = ggc_cleared_alloc<ctf_container_t> (); in new_ctf_container()