Home
last modified time | relevance | path

Searched refs:GGC_NEWVAR (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/gcc/cp/
HDlex.c730 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()
HDclass.c5125 struct sorted_fields_type *field_vec = GGC_NEWVAR in finish_struct_1()
HDChangeLog-20043273 (retrofit_lang_decl): Use GGC_NEWVAR.
/trueos/contrib/gcc/
HDggc.h232 #define GGC_NEWVAR(T, S) ((T *) ggc_alloc ((S))) macro
HDc-decl.c6239 space2 = GGC_NEWVAR (struct sorted_fields_type, in finish_struct()
HDChangeLog-200421855 * ggc.h (GGC_NEW, GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR,