Searched refs:chunk_obstack (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | pretty-print.cc | 733 chunk_obstack (), in output_buffer() 742 obstack_init (&chunk_obstack); in output_buffer() 749 obstack_free (&chunk_obstack, NULL); in ~output_buffer() 1083 new_chunk_array = XOBNEW (&buffer->chunk_obstack, struct chunk_info); in pp_format() 1100 obstack_1grow (&buffer->chunk_obstack, *p); in pp_format() 1113 obstack_1grow (&buffer->chunk_obstack, '%'); in pp_format() 1119 obstack_grow (&buffer->chunk_obstack, in pp_format() 1123 obstack_grow (&buffer->chunk_obstack, colorstr, strlen (colorstr)); in pp_format() 1131 obstack_grow (&buffer->chunk_obstack, colorstr, strlen (colorstr)); in pp_format() 1135 obstack_grow (&buffer->chunk_obstack, in pp_format() [all …]
|
| D | pretty-print.h | 89 struct obstack chunk_obstack; variable
|
| D | dumpfile.cc | 853 obstack_free (&buffer->chunk_obstack, chunk_array); in emit_items()
|
| D | ChangeLog-2005 | 13211 (output_buffer): Add formatted_obstack, chunk_obstack, and
|