Searched refs:GGC_RESIZEVEC (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dggc.h235 #define GGC_RESIZEVEC(T, P, N) ((T *) ggc_realloc ((P), (N) * sizeof (T)))
234 #define GGC_RESIZEVEC macro
/openbsd-current/gnu/gcc/gcc/cp/
H A Dparser.c314 buffer = GGC_RESIZEVEC (cp_token, buffer, alloc);

Completed in 187 milliseconds