Searched refs:cpp_hash_table (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | symtab.h | 40 typedef struct ht cpp_hash_table; typedef 53 hashnode (*alloc_node) (cpp_hash_table *); 73 extern cpp_hash_table *ht_create (unsigned int order); 76 extern void ht_destroy (cpp_hash_table *); 78 extern hashnode ht_lookup (cpp_hash_table *, const unsigned char *, 80 extern hashnode ht_lookup_with_hash (cpp_hash_table *, const unsigned char *, 90 extern void ht_forall (cpp_hash_table *, ht_cb, const void *); 94 extern void ht_purge (cpp_hash_table *, ht_cb, const void *); 97 extern void ht_load (cpp_hash_table *ht, hashnode *entries, 101 extern void ht_dump_statistics (cpp_hash_table *);
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | symtab.h | 40 typedef struct ht cpp_hash_table; typedef 53 hashnode (*alloc_node) (cpp_hash_table *); 73 extern cpp_hash_table *ht_create (unsigned int order); 76 extern void ht_destroy (cpp_hash_table *); 78 extern hashnode ht_lookup (cpp_hash_table *, const unsigned char *, 80 extern hashnode ht_lookup_with_hash (cpp_hash_table *, const unsigned char *, 90 extern void ht_forall (cpp_hash_table *, ht_cb, const void *); 94 extern void ht_purge (cpp_hash_table *, ht_cb, const void *); 97 extern void ht_load (cpp_hash_table *ht, hashnode *entries, 101 extern void ht_dump_statistics (cpp_hash_table *);
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | symtab.cc | 33 static void ht_expand (cpp_hash_table *); 55 cpp_hash_table * 59 cpp_hash_table *table; in ht_create() 61 table = XCNEW (cpp_hash_table); in ht_create() 77 ht_destroy (cpp_hash_table *table) in ht_destroy() 91 ht_lookup (cpp_hash_table *table, const unsigned char *str, size_t len, in ht_lookup() 99 ht_lookup_with_hash (cpp_hash_table *table, const unsigned char *str, in ht_lookup_with_hash() 182 ht_expand (cpp_hash_table *table) in ht_expand() 224 ht_forall (cpp_hash_table *table, ht_cb cb, const void *v) in ht_forall() 242 ht_purge (cpp_hash_table *table, ht_cb cb, const void *v) in ht_purge() [all …]
|
H A D | identifiers.cc | 30 static hashnode alloc_node (cpp_hash_table *); 35 alloc_node (cpp_hash_table *table) in alloc_node() 47 _cpp_init_hashtable (cpp_reader *pfile, cpp_hash_table *table) in _cpp_init_hashtable()
|
H A D | internal.h | 707 extern void _cpp_init_hashtable (cpp_reader *, cpp_hash_table *);
|
H A D | init.cc | 183 cpp_create_reader (enum c_lang lang, cpp_hash_table *table, in cpp_create_reader()
|
H A D | ChangeLog | 4286 name to cpp_hash_table. Update all users of the typedef.
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | symtab.c | 33 static void ht_expand (cpp_hash_table *); 55 cpp_hash_table * 59 cpp_hash_table *table; in ht_create() 61 table = XCNEW (cpp_hash_table); in ht_create() 77 ht_destroy (cpp_hash_table *table) in ht_destroy() 91 ht_lookup (cpp_hash_table *table, const unsigned char *str, size_t len, in ht_lookup() 99 ht_lookup_with_hash (cpp_hash_table *table, const unsigned char *str, in ht_lookup_with_hash() 182 ht_expand (cpp_hash_table *table) in ht_expand() 224 ht_forall (cpp_hash_table *table, ht_cb cb, const void *v) in ht_forall() 242 ht_purge (cpp_hash_table *table, ht_cb cb, const void *v) in ht_purge() [all …]
|
H A D | identifiers.c | 30 static hashnode alloc_node (cpp_hash_table *); 35 alloc_node (cpp_hash_table *table) in alloc_node() 47 _cpp_init_hashtable (cpp_reader *pfile, cpp_hash_table *table) in _cpp_init_hashtable()
|
H A D | internal.h | 676 extern void _cpp_init_hashtable (cpp_reader *, cpp_hash_table *);
|
H A D | init.c | 177 cpp_create_reader (enum c_lang lang, cpp_hash_table *table, in cpp_create_reader()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | stringpool.cc | 35 static hashnode alloc_node (cpp_hash_table *); 61 alloc_node (cpp_hash_table *table ATTRIBUTE_UNUSED) in alloc_node()
|
H A D | ChangeLog-2012 | 14253 cpp_hash_table.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | stringpool.c | 35 static hashnode alloc_node (cpp_hash_table *); 61 alloc_node (cpp_hash_table *table ATTRIBUTE_UNUSED) in alloc_node()
|