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

/freebsd-9.3-release/contrib/gcc/
H A Dpretty-print.c221 new_chunk_array = XOBNEW (&buffer->chunk_obstack, struct chunk_info);
238 obstack_1grow (&buffer->chunk_obstack, *p);
251 obstack_1grow (&buffer->chunk_obstack, '%');
256 obstack_grow (&buffer->chunk_obstack,
263 obstack_grow (&buffer->chunk_obstack,
271 obstack_grow (&buffer->chunk_obstack, errstr, strlen (errstr));
278 obstack_1grow (&buffer->chunk_obstack, '\0');
280 args[chunk++] = XOBFINISH (&buffer->chunk_obstack, const char *);
306 obstack_1grow (&buffer->chunk_obstack, *p);
319 obstack_1grow (&buffer->chunk_obstack, *
[all...]
H A Dpretty-print.h81 struct obstack chunk_obstack; member in struct:__anon1195
87 /* Stack of chunk arrays. These come from the chunk_obstack. */

Completed in 58 milliseconds