Home
last modified time | relevance | path

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

/dports/lang/nwcc/nwcc_0.8.3/
H A Dsymlist.c61 new_make_hash_table(struct sym_hash_table *tab, int size) { in new_make_hash_table() function
190 new_make_hash_table(&scope->sym_hash,
195 new_make_hash_table(&scope->sym_hash,
H A Dsymlist.h64 void new_make_hash_table(struct sym_hash_table *tab, int size);
H A Dscope.c855 new_make_hash_table(&s->typedef_hash, in store_decl_scope()