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

/freebsd-9.3-release/contrib/gcc/
H A Dexcept.c311 static int collect_one_action_chain (htab_t, struct eh_region *);
1745 lp_info[i].action_index = collect_one_action_chain (ar_hash, r);
3122 collect_one_action_chain (htab_t ar_hash, struct eh_region *region)
3141 next = collect_one_action_chain (ar_hash, region->outer);
3174 next = collect_one_action_chain (ar_hash, region->outer);
3200 next = collect_one_action_chain (ar_hash, region->outer);
3225 return collect_one_action_chain (ar_hash, region->outer);
3304 this_action = collect_one_action_chain (ar_hash, region);
3106 collect_one_action_chain (htab_t ar_hash, struct eh_region *region) function

Completed in 166 milliseconds