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/
Dctfc.h355 extern unsigned int ctfc_get_num_ctf_vars (ctf_container_ref);
Dctfout.cc286 size_t num_ctf_vars = ctfc_get_num_ctf_vars (ctfc); in ctf_preprocess()
Dctfc.cc56 unsigned int ctfc_get_num_ctf_vars (ctf_container_ref ctfc) in ctfc_get_num_ctf_vars() function
DChangeLog8029 * ctfout.cc (ctf_preprocess): Use ctfc_get_num_ctf_vars instead.