Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dexcept.c1719 htab_t ar_hash; in sjlj_assign_call_site_values() local
1725 ar_hash = htab_create (31, action_record_hash, action_record_eq, free); in sjlj_assign_call_site_values()
1733 lp_info[i].action_index = collect_one_action_chain (ar_hash, r); in sjlj_assign_call_site_values()
1738 htab_delete (ar_hash); in sjlj_assign_call_site_values()
3075 add_action_record (htab_t ar_hash, int filter, int next) in add_action_record() argument
3081 slot = (struct action_record **) htab_find_slot (ar_hash, &tmp, INSERT); in add_action_record()
3106 collect_one_action_chain (htab_t ar_hash, struct eh_region *region) in collect_one_action_chain() argument
3125 next = collect_one_action_chain (ar_hash, region->outer); in collect_one_action_chain()
3131 return add_action_record (ar_hash, 0, next); in collect_one_action_chain()
3148 next = add_action_record (ar_hash, filter, 0); in collect_one_action_chain()
[all …]