Searched refs:buffer_ob (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | init.c | 282 obstack_specify_allocation (&pfile->buffer_ob, 0, 0, xmalloc, free); in cpp_create_reader() 325 obstack_free (&pfile->buffer_ob, 0); in cpp_destroy()
|
| H A D | directives.c | 2118 obstack_free (&pfile->buffer_ob, ifs); in do_endif() 2133 ifs = XOBNEW (&pfile->buffer_ob, struct if_stack); in push_conditional() 2574 cpp_buffer *new_buffer = XOBNEW (&pfile->buffer_ob, cpp_buffer); in cpp_push_buffer() 2617 obstack_free (&pfile->buffer_ob, buffer); in _cpp_pop_buffer()
|
| H A D | internal.h | 531 struct obstack buffer_ob; member
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | init.cc | 291 obstack_specify_allocation (&pfile->buffer_ob, 0, 0, xmalloc, free); in cpp_create_reader() 334 obstack_free (&pfile->buffer_ob, 0); in cpp_destroy()
|
| H A D | directives.cc | 2232 obstack_free (&pfile->buffer_ob, ifs); in do_endif() 2247 ifs = XOBNEW (&pfile->buffer_ob, struct if_stack); in push_conditional() 2725 cpp_buffer *new_buffer = XOBNEW (&pfile->buffer_ob, cpp_buffer); in cpp_push_buffer() 2768 obstack_free (&pfile->buffer_ob, buffer); in _cpp_pop_buffer()
|
| H A D | internal.h | 546 struct obstack buffer_ob; member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2001 | 22409 hash_ob and buffer_ob are no longer pointers. Add hash_table
|
| H A D | ChangeLog-2000 | 14915 * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
|