Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfout.cc293 ctfc->ctfc_gobjts_list = ggc_vec_alloc<ctf_dvdef_t*>(num_global_objts); in ctf_preprocess()
303 ctfc->ctfc_vars_list = ggc_vec_alloc<ctf_dvdef_ref>(num_ctf_vars); in ctf_preprocess()
321 ctfc->ctfc_gfuncs_list = ggc_vec_alloc<ctf_dtdef_t*>(num_global_funcs); in ctf_preprocess()
333 ctfc->ctfc_types_list = ggc_vec_alloc<ctf_dtdef_ref>(num_ctf_types + 1); in ctf_preprocess()
H A Dstringpool.cc256 spd->entries = ggc_vec_alloc<ht_identifier_ptr> (spd->nslots); in gt_pch_save_stringpool()
H A Dggc.h219 ggc_vec_alloc (size_t c CXX_MEM_STAT_INFO) in ggc_vec_alloc() function
H A Dbtfout.cc529 ctfc->ctfc_vars_list = ggc_vec_alloc<ctf_dvdef_ref>(num_ctf_vars); in btf_emit_preprocess()
1060 = ggc_vec_alloc<ctf_dtdef_ref>(num_ctf_types + 1); in btf_init_postprocess()
H A Dsymtab.cc1763 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
H A Dgimple.cc1992 omp_for_copy->iter = ggc_vec_alloc<gimple_omp_for_iter> in gimple_copy()
H A Dinput.cc1421 m_locs = ggc_vec_alloc <location_t> (num); in string_concat()
H A Ddwarf2out.cc16654 unsigned char *array = ggc_vec_alloc<unsigned char> (length); in mem_loc_descriptor()
17231 unsigned char *array = ggc_vec_alloc<unsigned char> (length); in loc_descriptor()
17274 = ggc_vec_alloc<unsigned char> (length * elt_size); in loc_descriptor()
20257 unsigned char *array = ggc_vec_alloc<unsigned char> (length); in add_const_value_attribute()
20280 = ggc_vec_alloc<unsigned char> (length * elt_size); in add_const_value_attribute()
30663 array = ggc_vec_alloc<unsigned char> (len); in string_cst_pool_decl()
H A DChangeLog-201438094 (ggc_vec_alloc): Likewise.
38226 (ggc_vec_alloc): Template on type of vector element, and remove
H A DChangeLog-20161812 rather than ggc_vec_alloc.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstringpool.c250 spd->entries = ggc_vec_alloc<ht_identifier_ptr> (spd->nslots); in gt_pch_save_stringpool()
H A Dggc.h215 ggc_vec_alloc (size_t c CXX_MEM_STAT_INFO) in ggc_vec_alloc() function
H A Dsymtab.c1627 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
H A Dgimple.c1913 omp_for_copy->iter = ggc_vec_alloc<gimple_omp_for_iter> in gimple_copy()
H A Dinput.c1270 m_locs = ggc_vec_alloc <location_t> (num); in string_concat()
H A Ddwarf2out.c16166 unsigned char *array = ggc_vec_alloc<unsigned char> (length); in mem_loc_descriptor()
16741 unsigned char *array = ggc_vec_alloc<unsigned char> (length); in loc_descriptor()
16784 = ggc_vec_alloc<unsigned char> (length * elt_size); in loc_descriptor()
19634 unsigned char *array = ggc_vec_alloc<unsigned char> (length); in add_const_value_attribute()
19657 = ggc_vec_alloc<unsigned char> (length * elt_size); in add_const_value_attribute()
29923 array = ggc_vec_alloc<unsigned char> (len); in string_cst_pool_decl()
H A Dfunction.c1302 ivs->entries = ggc_vec_alloc<initial_value_pair> (5); in get_hard_reg_initial_val()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c3098 = ggc_vec_alloc<unsigned char> (MAX_MACHINE_MODE); in lto_fe_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc3107 = ggc_vec_alloc<unsigned char> (MAX_MACHINE_MODE); in lto_fe_init()