Searched refs:ar_hash (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | except.cc | 1039 action_hash_type ar_hash (31); in sjlj_assign_call_site_values() local 1053 action = collect_one_action_chain (&ar_hash, lp->region); in sjlj_assign_call_site_values() 2328 add_action_record (action_hash_type *ar_hash, int filter, int next) in add_action_record() argument 2334 slot = ar_hash->find_slot (&tmp, INSERT); in add_action_record() 2359 collect_one_action_chain (action_hash_type *ar_hash, eh_region region) in collect_one_action_chain() argument 2379 next = collect_one_action_chain (ar_hash, region->outer); in collect_one_action_chain() 2385 return add_action_record (ar_hash, 0, next); in collect_one_action_chain() 2404 next = add_action_record (ar_hash, filter, 0); in collect_one_action_chain() 2414 next = collect_one_action_chain (ar_hash, region->outer); in collect_one_action_chain() 2424 next = add_action_record (ar_hash, 0, 0); in collect_one_action_chain() [all …]
|
| H A D | ChangeLog-2013 | 32438 (sjlj_assign_call_site_values::ar_hash): Likewise. 32439 (convert_to_eh_region_ranges::ar_hash): Likewise.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | except.c | 1038 action_hash_type ar_hash (31); in sjlj_assign_call_site_values() 1052 action = collect_one_action_chain (&ar_hash, lp->region); in sjlj_assign_call_site_values() 2327 add_action_record (action_hash_type *ar_hash, int filter, int next) in add_action_record() argument 2333 slot = ar_hash->find_slot (&tmp, INSERT); in add_action_record() 2358 collect_one_action_chain (action_hash_type *ar_hash, eh_region region) in collect_one_action_chain() argument 2378 next = collect_one_action_chain (ar_hash, region->outer); in collect_one_action_chain() 2384 return add_action_record (ar_hash, 0, next); in collect_one_action_chain() 2403 next = add_action_record (ar_hash, filter, 0); in collect_one_action_chain() 2413 next = collect_one_action_chain (ar_hash, region->outer); in collect_one_action_chain() 2423 next = add_action_record (ar_hash, 0, 0); in collect_one_action_chain() [all …]
|