Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dsymtab.h38 typedef struct ht_identifier *hashnode; typedef
48 hashnode *entries;
50 hashnode (*alloc_node) (hash_table *);
75 extern hashnode ht_lookup (hash_table *, const unsigned char *,
77 extern hashnode ht_lookup_with_hash (hash_table *, const unsigned char *,
86 typedef int (*ht_cb) (struct cpp_reader *, hashnode, const void *);
90 extern void ht_load (hash_table *ht, hashnode *entries,
/freebsd-12.1/contrib/gcc/
H A Dstringpool.c53 static hashnode alloc_node (hash_table *);
54 static int mark_ident (struct cpp_reader *, hashnode, const void *);
74 static hashnode
110 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
124 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 hashnode ht_node; in maybe_get_identifier()
160 mark_ident (struct cpp_reader *pfile ATTRIBUTE_UNUSED, hashnode h, in mark_ident()
H A DChangeLog-20005230 hashnode definition and builtin handling.
17344 * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
17346 * cpplib.h: ... here. Rename struct hashnode to struct
18450 (struct hashnode): Remove aschain, add pred.
19082 * cpphash.h (struct hashnode): Use struct hack for name
20215 static. Allocate the hashnode and its string in the same
20413 (union hashval): Move into struct hashnode.
20414 (struct hashnode): Pack tighter. Remove file, line, col
20430 _cpp_free_definition to clear out a hashnode.
21150 (struct hashnode): ... here. Also add 'disabled' flag.
[all …]
H A DChangeLog-1998379 `struct hashnode *aschain' member for #assert.
395 delete_macro on the hashnode, or walk a predicate chain
H A DChangeLog-20018496 * cpplib.c (struct pragma_entry): Store the name as a hashnode.
22216 * c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one.
H A DChangeLog-200327888 hashnode's value to another hashtable, then clear the original.
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dsymtab.c68 table->entries = XCNEWVEC (hashnode, nslots); in ht_create()
93 hashnode
101 hashnode
109 hashnode node; in ht_lookup_with_hash()
181 hashnode *nentries, *p, *limit; in ht_expand()
185 nentries = XCNEWVEC (hashnode, size); in ht_expand()
223 hashnode *p, *limit; in ht_forall()
238 ht_load (hash_table *ht, hashnode *entries, in ht_load()
258 hashnode *p, *limit; in ht_dump_statistics()
285 headers = table->nslots * sizeof (hashnode); in ht_dump_statistics()
H A Didentifiers.c56 table->alloc_node = (hashnode (*) (hash_table *)) alloc_node; in _cpp_init_hashtable()
/freebsd-12.1/contrib/gcc/cp/
H A Dmangle.c2612 hashnode ht_node = ht_lookup (ident_hash, (const unsigned char *) name, in get_identifier_nocopy()