Home
last modified time | relevance | path

Searched refs:hash_ob (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Didentifiers.cc39 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 Dinternal.h542 struct obstack hash_ob; member
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Didentifiers.c39 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 Dinternal.h527 struct obstack hash_ob; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200122409 hash_ob and buffer_ob are no longer pointers. Add hash_table
H A DChangeLog-200014915 * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.