Searched refs:formatted_obstack (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dpretty-print.h85 struct obstack formatted_obstack; member in class:output_buffer
H A Dpretty-print.c732 : formatted_obstack (),
734 obstack (&formatted_obstack),
741 obstack_init (&formatted_obstack);
750 obstack_free (&formatted_obstack, NULL);
1499 buffer->obstack = &buffer->formatted_obstack;
1514 gcc_assert (buffer->obstack == &buffer->formatted_obstack);
H A Ddumpfile.c800 buffer->formatted_obstack, and then emitted as a textual optinfo_item.
811 gcc_assert (buffer->obstack == &buffer->formatted_obstack);
826 buffer->formatted_obstack), so that we can consolidate adjacent
849 gcc_assert (buffer->obstack == &buffer->formatted_obstack);
863 obstack_free (&buffer->formatted_obstack,
864 buffer->formatted_obstack.object_base);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dpretty-print.h85 struct obstack formatted_obstack; member in class:output_buffer
H A Dpretty-print.cc732 : formatted_obstack (),
734 obstack (&formatted_obstack),
741 obstack_init (&formatted_obstack);
750 obstack_free (&formatted_obstack, NULL);
1499 buffer->obstack = &buffer->formatted_obstack;
1514 gcc_assert (buffer->obstack == &buffer->formatted_obstack);
H A Ddumpfile.cc814 buffer->formatted_obstack, and then emitted as a textual optinfo_item.
825 gcc_assert (buffer->obstack == &buffer->formatted_obstack);
840 buffer->formatted_obstack), so that we can consolidate adjacent
863 gcc_assert (buffer->obstack == &buffer->formatted_obstack);
877 obstack_free (&buffer->formatted_obstack,
878 buffer->formatted_obstack.object_base);

Completed in 261 milliseconds