Searched refs:GGC_CNEWVEC (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dggc.h232 #define GGC_CNEWVEC(T, N) ((T *) ggc_alloc_cleared ((N) * sizeof(T)))
231 #define GGC_CNEWVEC macro
H A Dlambda.h227 return GGC_CNEWVEC (int, size);
H A Dc-parser.c266 ridpointers = GGC_CNEWVEC (tree, (int) RID_MAX);
/freebsd-12-stable/contrib/gcc/cp/
H A Dlex.c320 ridpointers = GGC_CNEWVEC (tree, (int) RID_MAX);
H A Dname-lookup.c148 table->chain = GGC_CNEWVEC (binding_entry, table->chain_count);

Completed in 104 milliseconds