Home
last modified time | relevance | path

Searched refs:alloc_subobject (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dsymtab.cc161 if (table->alloc_subobject) in ht_lookup_with_hash()
163 char *chars = (char *) table->alloc_subobject (len + 1); in ht_lookup_with_hash()
318 if (table->alloc_subobject) in ht_dump_statistics()
H A Dlex.cc4614 if (pfile->hash_table->alloc_subobject) in _cpp_commit_buff()
4616 void *copy = pfile->hash_table->alloc_subobject (size); in _cpp_commit_buff()
H A DChangeLog1570 based on alloc_subobject.
7105 * macro.c (create_iso_definition): Honour alloc_subobject.
7107 (_cpp_create_definition): Honour alloc_subobject.
7114 (do_assert): Honour alloc_subobject.
7116 * include/symtab.h (struct ht): Add field 'alloc_subobject'.
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dsymtab.c161 if (table->alloc_subobject) in ht_lookup_with_hash()
163 char *chars = (char *) table->alloc_subobject (len + 1); in ht_lookup_with_hash()
318 if (table->alloc_subobject) in ht_dump_statistics()
H A Dlex.c3769 if (pfile->hash_table->alloc_subobject) in _cpp_commit_buff()
3771 void *copy = pfile->hash_table->alloc_subobject (size); in _cpp_commit_buff()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dsymtab.h56 void * (*alloc_subobject) (size_t); member
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dsymtab.h56 void * (*alloc_subobject) (size_t); member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstringpool.cc56 ident_hash->alloc_subobject = stringpool_ggc_alloc; in init_stringpool()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstringpool.c56 ident_hash->alloc_subobject = stringpool_ggc_alloc; in init_stringpool()