Searched refs:ggc_cleared_vec_alloc (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-map.c69 map->slots = ggc_cleared_vec_alloc<tree> (initial_capacity);
70 map->values = ggc_cleared_vec_alloc<tree> (initial_capacity);
114 map->slots = ggc_cleared_vec_alloc<tree> (map->number_of_slots);
115 map->values = ggc_cleared_vec_alloc<tree> (map->number_of_slots);
H A Dobjc-next-runtime-abi-02.c239 extern_names = ggc_cleared_vec_alloc<hash> (SIZEHASHTABLE);
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-map.cc69 map->slots = ggc_cleared_vec_alloc<tree> (initial_capacity);
70 map->values = ggc_cleared_vec_alloc<tree> (initial_capacity);
114 map->slots = ggc_cleared_vec_alloc<tree> (map->number_of_slots);
115 map->values = ggc_cleared_vec_alloc<tree> (map->number_of_slots);
H A Dobjc-next-runtime-abi-02.cc241 extern_names = ggc_cleared_vec_alloc<hash> (SIZEHASHTABLE);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dggc.h228 ggc_cleared_vec_alloc (size_t c CXX_MEM_STAT_INFO)
227 ggc_cleared_vec_alloc (size_t c CXX_MEM_STAT_INFO) function
H A Dtree-data-ref.h727 return ggc_cleared_vec_alloc<lambda_int> (size);
H A Dggc-common.c182 return ggc_cleared_vec_alloc<PTR *> (c);
H A Dhash-table.h713 nentries = ::ggc_cleared_vec_alloc<value_type> (n PASS_MEM_STAT);
H A Dlto-streamer-in.c1939 unsigned char *table = ggc_cleared_vec_alloc<unsigned char> (1 << 8);
H A Ddbxout.c1000 typevec = ggc_cleared_vec_alloc<typeinfo> (typevec_len);
H A Dgimple.c949 p->iter = ggc_cleared_vec_alloc<gimple_omp_for_iter> (collapse);
H A Demit-rtl.c5863 = ggc_cleared_vec_alloc<rtx> (crtl->emit.regno_pointer_align_length);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dggc.h232 ggc_cleared_vec_alloc (size_t c CXX_MEM_STAT_INFO)
231 ggc_cleared_vec_alloc (size_t c CXX_MEM_STAT_INFO) function
H A Dtree-data-ref.h734 return ggc_cleared_vec_alloc<lambda_int> (size);
H A Dhash-table.h713 nentries = ::ggc_cleared_vec_alloc<value_type> (n PASS_MEM_STAT);
H A Dggc-common.cc179 return ggc_cleared_vec_alloc<PTR *> (c);
H A Dlto-streamer-in.cc1972 unsigned char *table = ggc_cleared_vec_alloc<unsigned char> (1 << 8);
H A Ddbxout.cc1003 typevec = ggc_cleared_vec_alloc<typeinfo> (typevec_len);
H A Dgimple.cc952 p->iter = ggc_cleared_vec_alloc<gimple_omp_for_iter> (collapse);
H A Demit-rtl.cc5837 = ggc_cleared_vec_alloc<rtx> (crtl->emit.regno_pointer_align_length);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlex.c251 ridpointers = ggc_cleared_vec_alloc<tree> ((int) RID_MAX);
H A Dname-lookup.c1811 table->chain = ggc_cleared_vec_alloc<binding_entry> (table->chain_count);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dlex.cc252 ridpointers = ggc_cleared_vec_alloc<tree> ((int) RID_MAX);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c2675 = ggc_cleared_vec_alloc<lto_file_decl_data_ptr> (count + 1);
2720 = decl_data = ggc_cleared_vec_alloc<lto_file_decl_data_ptr> (nfiles + 1);
/netbsd-current/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc2683 = ggc_cleared_vec_alloc<lto_file_decl_data_ptr> (count + 1);
2729 = decl_data = ggc_cleared_vec_alloc<lto_file_decl_data_ptr> (nfiles + 1);

Completed in 487 milliseconds

12