Searched refs:hash_ob (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | identifiers.cc | 39 node = XOBNEW (&table->pfile->hash_ob, cpp_hashnode); in alloc_node() 57 obstack_specify_allocation (&pfile->hash_ob, 0, 0, xmalloc, free); in _cpp_init_hashtable() 85 obstack_free (&pfile->hash_ob, 0); in _cpp_destroy_hashtable()
|
H A D | internal.h | 542 struct obstack hash_ob; member
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | identifiers.c | 39 node = XOBNEW (&table->pfile->hash_ob, cpp_hashnode); in alloc_node() 57 obstack_specify_allocation (&pfile->hash_ob, 0, 0, xmalloc, free); in _cpp_init_hashtable() 85 obstack_free (&pfile->hash_ob, 0); in _cpp_destroy_hashtable()
|
H A D | internal.h | 527 struct obstack hash_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.
|