Home
last modified time | relevance | path

Searched refs:new_put_hash_table (Results 1 – 3 of 3) sorted by relevance

/dports/lang/nwcc/nwcc_0.8.3/
H A Dsymlist.h65 void new_put_hash_table(struct sym_hash_table *tab, struct sym_entry *);
H A Dsymlist.c98 new_put_hash_table(struct sym_hash_table *htab, struct sym_entry *item) { in new_put_hash_table() function
213 new_put_hash_table(&scope->sym_hash, s);
H A Dscope.c858 new_put_hash_table(&s->typedef_hash, in store_decl_scope()