Searched refs:chunk_obstack (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | pretty-print.c | 221 new_chunk_array = XOBNEW (&buffer->chunk_obstack, struct chunk_info); in pp_base_format() 238 obstack_1grow (&buffer->chunk_obstack, *p); in pp_base_format() 251 obstack_1grow (&buffer->chunk_obstack, '%'); in pp_base_format() 256 obstack_grow (&buffer->chunk_obstack, in pp_base_format() 263 obstack_grow (&buffer->chunk_obstack, in pp_base_format() 271 obstack_grow (&buffer->chunk_obstack, errstr, strlen (errstr)); in pp_base_format() 278 obstack_1grow (&buffer->chunk_obstack, '\0'); in pp_base_format() 280 args[chunk++] = XOBFINISH (&buffer->chunk_obstack, const char *); in pp_base_format() 306 obstack_1grow (&buffer->chunk_obstack, *p); in pp_base_format() 319 obstack_1grow (&buffer->chunk_obstack, *p); in pp_base_format() [all …]
|
| HD | pretty-print.h | 81 struct obstack chunk_obstack; member
|
| HD | ChangeLog-2005 | 13212 (output_buffer): Add formatted_obstack, chunk_obstack, and
|