Home
last modified time | relevance | path

Searched refs:chunk_obstack (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpretty-print.cc733 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 …]
Dpretty-print.h89 struct obstack chunk_obstack; variable
Ddumpfile.cc853 obstack_free (&buffer->chunk_obstack, chunk_array); in emit_items()
DChangeLog-200513211 (output_buffer): Add formatted_obstack, chunk_obstack, and