Searched refs:GGC_NEWVAR (Results 1 – 6 of 6) sorted by relevance
730 ld = GGC_NEWVAR (struct lang_decl, size); in cxx_dup_lang_specific_decl()767 lt = GGC_NEWVAR (struct lang_type, size); in copy_lang_type()
5125 struct sorted_fields_type *field_vec = GGC_NEWVAR in finish_struct_1()
3273 (retrofit_lang_decl): Use GGC_NEWVAR.
232 #define GGC_NEWVAR(T, S) ((T *) ggc_alloc ((S))) macro
6239 space2 = GGC_NEWVAR (struct sorted_fields_type, in finish_struct()
21855 * ggc.h (GGC_NEW, GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR,