Home
last modified time | relevance | path

Searched refs:ggc_cleared_vec_alloc (Results 1 – 25 of 43) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-map.c69 map->slots = ggc_cleared_vec_alloc<tree> (initial_capacity); in objc_map_alloc_ggc()
70 map->values = ggc_cleared_vec_alloc<tree> (initial_capacity); in objc_map_alloc_ggc()
114 map->slots = ggc_cleared_vec_alloc<tree> (map->number_of_slots); in objc_map_private_resize()
115 map->values = ggc_cleared_vec_alloc<tree> (map->number_of_slots); in objc_map_private_resize()
H A Dobjc-map.cc69 map->slots = ggc_cleared_vec_alloc<tree> (initial_capacity); in objc_map_alloc_ggc()
70 map->values = ggc_cleared_vec_alloc<tree> (initial_capacity); in objc_map_alloc_ggc()
114 map->slots = ggc_cleared_vec_alloc<tree> (map->number_of_slots); in objc_map_private_resize()
115 map->values = ggc_cleared_vec_alloc<tree> (map->number_of_slots); in objc_map_private_resize()
/netbsd/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-map.c69 map->slots = ggc_cleared_vec_alloc<tree> (initial_capacity); in objc_map_alloc_ggc()
70 map->values = ggc_cleared_vec_alloc<tree> (initial_capacity); in objc_map_alloc_ggc()
114 map->slots = ggc_cleared_vec_alloc<tree> (map->number_of_slots); in objc_map_private_resize()
115 map->values = ggc_cleared_vec_alloc<tree> (map->number_of_slots); in objc_map_private_resize()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dggc.h227 ggc_cleared_vec_alloc (size_t c CXX_MEM_STAT_INFO) in ggc_cleared_vec_alloc() function
H A Dtree-data-ref.h726 return ggc_cleared_vec_alloc<lambda_int> (size); in lambda_vector_new()
H A Dggc-common.c182 return ggc_cleared_vec_alloc<PTR *> (c); in ggc_cleared_alloc_ptr_array_two_args()
H A Dhash-table.h713 nentries = ::ggc_cleared_vec_alloc<value_type> (n PASS_MEM_STAT); in alloc_entries()
H A Dlto-streamer-in.c1939 unsigned char *table = ggc_cleared_vec_alloc<unsigned char> (1 << 8);
H A Ddbxout.c997 typevec = ggc_cleared_vec_alloc<typeinfo> (typevec_len); in dbxout_init()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dggc.h231 ggc_cleared_vec_alloc (size_t c CXX_MEM_STAT_INFO) in ggc_cleared_vec_alloc() function
H A Dtree-data-ref.h733 return ggc_cleared_vec_alloc<lambda_int> (size); in lambda_vector_new()
H A Dggc-common.c182 return ggc_cleared_vec_alloc<PTR *> (c); in ggc_cleared_alloc_ptr_array_two_args()
H A Dhash-table.h713 nentries = ::ggc_cleared_vec_alloc<value_type> (n PASS_MEM_STAT); in alloc_entries()
H A Dggc-common.cc179 return ggc_cleared_vec_alloc<PTR *> (c); in ggc_cleared_alloc_ptr_array_two_args()
H A Dlto-streamer-in.c1939 unsigned char *table = ggc_cleared_vec_alloc<unsigned char> (1 << 8);
H A Dlto-streamer-in.cc1972 unsigned char *table = ggc_cleared_vec_alloc<unsigned char> (1 << 8); in lto_input_mode_table()
H A Ddbxout.c997 typevec = ggc_cleared_vec_alloc<typeinfo> (typevec_len); in dbxout_init()
H A Ddbxout.cc1000 typevec = ggc_cleared_vec_alloc<typeinfo> (typevec_len); in dbxout_init()
H A Dgimple.c949 p->iter = ggc_cleared_vec_alloc<gimple_omp_for_iter> (collapse); in gimple_build_omp_for()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dlex.c250 ridpointers = ggc_cleared_vec_alloc<tree> ((int) RID_MAX); in init_reswords()
H A Dlex.cc251 ridpointers = ggc_cleared_vec_alloc<tree> ((int) RID_MAX); in init_reswords()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlex.c250 ridpointers = ggc_cleared_vec_alloc<tree> ((int) RID_MAX); in init_reswords()
/netbsd/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.c2675 = ggc_cleared_vec_alloc<lto_file_decl_data_ptr> (count + 1); in lto_flatten_files()
2720 = decl_data = ggc_cleared_vec_alloc<lto_file_decl_data_ptr> (nfiles + 1); in read_cgraph_and_symbols()
H A Dlto-common.cc2683 = ggc_cleared_vec_alloc<lto_file_decl_data_ptr> (count + 1); in lto_flatten_files()
2729 = decl_data = ggc_cleared_vec_alloc<lto_file_decl_data_ptr> (nfiles + 1); in read_cgraph_and_symbols()
/netbsd/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c2675 = ggc_cleared_vec_alloc<lto_file_decl_data_ptr> (count + 1); in lto_flatten_files()
2720 = decl_data = ggc_cleared_vec_alloc<lto_file_decl_data_ptr> (nfiles + 1); in read_cgraph_and_symbols()

12