Home | History | Annotate | Download | only in gcc-demangle

Lines Matching defs:newbuf

3237   char *newbuf;
3249 newbuf = (char *) realloc (dgs->buf, newalc);
3250 if (newbuf == NULL)
3259 dgs->buf = newbuf;