Home
last modified time | relevance | path

Searched refs:ctfc_get_num_ctf_vars (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfc.h355 extern unsigned int ctfc_get_num_ctf_vars (ctf_container_ref);
H A Dctfout.cc286 size_t num_ctf_vars = ctfc_get_num_ctf_vars (ctfc); in ctf_preprocess()
H A Dctfc.cc56 unsigned int ctfc_get_num_ctf_vars (ctf_container_ref ctfc) in ctfc_get_num_ctf_vars() function
H A DChangeLog8029 * ctfout.cc (ctf_preprocess): Use ctfc_get_num_ctf_vars instead.