Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dsymtab.h40 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 *);
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dsymtab.c33 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 Didentifiers.c30 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 Dinternal.h643 extern void _cpp_init_hashtable (cpp_reader *, cpp_hash_table *);
H A Dinit.c171 cpp_create_reader (enum c_lang lang, cpp_hash_table *table, in cpp_create_reader()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dstringpool.c35 static hashnode alloc_node (cpp_hash_table *);
61 alloc_node (cpp_hash_table *table ATTRIBUTE_UNUSED) in alloc_node()