Home
last modified time | relevance | path

Searched refs:start_hooks (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenhooks.cc101 htab_t start_hooks = htab_create (99, s_hook_hash, s_hook_eq_p, (htab_del) 0); in emit_documentation() local
124 p = htab_find_slot (start_hooks, shp, INSERT); in emit_documentation()
139 p = htab_find (start_hooks, &sh); in emit_documentation()
181 shp = (struct s_hook *) htab_find (start_hooks, &sh); in emit_documentation()
255 while (!htab_find (start_hooks, &sh)); in emit_documentation()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenhooks.c121 htab_t start_hooks = htab_create (99, s_hook_hash, s_hook_eq_p, (htab_del) 0); in emit_documentation() local
144 p = htab_find_slot (start_hooks, shp, INSERT); in emit_documentation()
159 p = htab_find (start_hooks, &sh); in emit_documentation()
201 shp = (struct s_hook *) htab_find (start_hooks, &sh); in emit_documentation()
282 while (!htab_find (start_hooks, &sh)); in emit_documentation()