Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfout.cc318 size_t num_global_funcs = ctfc->ctfc_num_global_funcs; in ctf_preprocess() local
319 if (num_global_funcs) in ctf_preprocess()
321 ctfc->ctfc_gfuncs_list = ggc_vec_alloc<ctf_dtdef_t*>(num_global_funcs); in ctf_preprocess()
337 gcc_assert (dtd_arg.dtd_global_func_idx == num_global_funcs); in ctf_preprocess()