Searched refs:ar_hash (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dexcept.c1731 htab_t ar_hash;
1737 ar_hash = htab_create (31, action_record_hash, action_record_eq, free);
1745 lp_info[i].action_index = collect_one_action_chain (ar_hash, r);
1750 htab_delete (ar_hash);
3091 add_action_record (htab_t ar_hash, int filter, int next)
3097 slot = (struct action_record **) htab_find_slot (ar_hash, &tmp, INSERT);
3122 collect_one_action_chain (htab_t ar_hash, struct eh_region *region)
3141 next = collect_one_action_chain (ar_hash, region->outer);
3147 return add_action_record (ar_hash, 0, next);
3164 next = add_action_record (ar_hash, filte
1719 htab_t ar_hash; local
3075 add_action_record(htab_t ar_hash, int filter, int next) argument
3106 collect_one_action_chain(htab_t ar_hash, struct eh_region *region) argument
3247 htab_t ar_hash; local
[all...]

Completed in 101 milliseconds