/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-map.cc | 69 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 D | objc-next-runtime-abi-02.cc | 241 extern_names = ggc_cleared_vec_alloc<hash> (SIZEHASHTABLE); in objc_next_runtime_abi_02_init()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-map.c | 69 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 D | objc-next-runtime-abi-02.c | 239 extern_names = ggc_cleared_vec_alloc<hash> (SIZEHASHTABLE); in objc_next_runtime_abi_02_init()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ggc.h | 227 ggc_cleared_vec_alloc (size_t c CXX_MEM_STAT_INFO) in ggc_cleared_vec_alloc() function
|
H A D | tree-data-ref.h | 726 return ggc_cleared_vec_alloc<lambda_int> (size); in lambda_vector_new()
|
H A D | ggc-common.c | 182 return ggc_cleared_vec_alloc<PTR *> (c); in ggc_cleared_alloc_ptr_array_two_args()
|
H A D | hash-table.h | 713 nentries = ::ggc_cleared_vec_alloc<value_type> (n PASS_MEM_STAT); in alloc_entries()
|
H A D | lto-streamer-in.c | 1939 unsigned char *table = ggc_cleared_vec_alloc<unsigned char> (1 << 8);
|
H A D | dbxout.c | 997 typevec = ggc_cleared_vec_alloc<typeinfo> (typevec_len); in dbxout_init()
|
H A D | gimple.c | 949 p->iter = ggc_cleared_vec_alloc<gimple_omp_for_iter> (collapse); in gimple_build_omp_for()
|
H A D | emit-rtl.c | 5834 = ggc_cleared_vec_alloc<rtx> (crtl->emit.regno_pointer_align_length); in init_emit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ggc.h | 231 ggc_cleared_vec_alloc (size_t c CXX_MEM_STAT_INFO) in ggc_cleared_vec_alloc() function
|
H A D | tree-data-ref.h | 733 return ggc_cleared_vec_alloc<lambda_int> (size); in lambda_vector_new()
|
H A D | hash-table.h | 713 nentries = ::ggc_cleared_vec_alloc<value_type> (n PASS_MEM_STAT); in alloc_entries()
|
H A D | ggc-common.cc | 179 return ggc_cleared_vec_alloc<PTR *> (c); in ggc_cleared_alloc_ptr_array_two_args()
|
H A D | lto-streamer-in.cc | 1972 unsigned char *table = ggc_cleared_vec_alloc<unsigned char> (1 << 8); in lto_input_mode_table()
|
H A D | dbxout.cc | 1000 typevec = ggc_cleared_vec_alloc<typeinfo> (typevec_len); in dbxout_init()
|
H A D | gimple.cc | 952 p->iter = ggc_cleared_vec_alloc<gimple_omp_for_iter> (collapse); in gimple_build_omp_for()
|
H A D | emit-rtl.cc | 5808 = ggc_cleared_vec_alloc<rtx> (crtl->emit.regno_pointer_align_length); in init_emit()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | lex.c | 250 ridpointers = ggc_cleared_vec_alloc<tree> ((int) RID_MAX); in init_reswords()
|
H A D | name-lookup.c | 1811 table->chain = ggc_cleared_vec_alloc<binding_entry> (table->chain_count); in binding_table_construct()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | lex.cc | 251 ridpointers = ggc_cleared_vec_alloc<tree> ((int) RID_MAX); in init_reswords()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-common.c | 2675 = 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()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-common.cc | 2683 = 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()
|