| /src/external/gpl3/gcc/dist/gcc/ |
| tree-inline.h | 88 hash_map<void *, void *> *eh_map; member in struct:copy_body_data
|
| except.cc | 539 hash_map<void *, void *> *eh_map; 550 bool existed = data->eh_map->put (old_r, new_r); 596 bool existed = data->eh_map->put (old_lp, new_lp); 631 data.eh_map = new hash_map<void *, void *>; 648 return data.eh_map; 533 hash_map<void *, void *> *eh_map; member in struct:duplicate_eh_regions_data
|
| tree-cfg.cc | 7133 hash_map<void *, void *> *eh_map; member in struct:move_stmt_d 7230 new_r = static_cast<eh_region> (*p->eh_map->get (old_r)); 7494 maybe_duplicate_eh_stmt_fn (dest_cfun, stmt, cfun, stmt, d->eh_map, 0); 7848 hash_map<void *, void *> *eh_map; local 7921 eh_map = NULL; 7939 eh_map = duplicate_eh_regions (saved_cfun, region, 0, 8083 d.eh_map = eh_map; 8151 if (eh_map) 8152 delete eh_map; [all...] |
| tree-inline.cc | 1489 new_r = static_cast<eh_region> (*id->eh_map->get (old_r)); 1899 if (id->eh_map) 2403 id->eh_map, id->eh_lp_nr); 3097 id->eh_map = duplicate_eh_regions (cfun_to_copy, NULL, id->eh_lp_nr, 3197 if (id->eh_map) 3199 delete id->eh_map; 3200 id->eh_map = NULL;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-inline.h | 88 hash_map<void *, void *> *eh_map; member in struct:copy_body_data
|
| except.cc | 539 hash_map<void *, void *> *eh_map; 550 bool existed = data->eh_map->put (old_r, new_r); 596 bool existed = data->eh_map->put (old_lp, new_lp); 631 data.eh_map = new hash_map<void *, void *>; 648 return data.eh_map; 533 hash_map<void *, void *> *eh_map; member in struct:duplicate_eh_regions_data
|
| tree-cfg.cc | 6954 hash_map<void *, void *> *eh_map; member in struct:move_stmt_d 7051 new_r = static_cast<eh_region> (*p->eh_map->get (old_r)); 7315 maybe_duplicate_eh_stmt_fn (dest_cfun, stmt, cfun, stmt, d->eh_map, 0); 7629 hash_map<void *, void *> *eh_map; local 7702 eh_map = NULL; 7720 eh_map = duplicate_eh_regions (saved_cfun, region, 0, 7864 d.eh_map = eh_map; 7932 if (eh_map) 7933 delete eh_map; [all...] |
| tree-inline.cc | 1491 new_r = static_cast<eh_region> (*id->eh_map->get (old_r)); 1891 if (id->eh_map) 2387 id->eh_map, id->eh_lp_nr); 3079 id->eh_map = duplicate_eh_regions (cfun_to_copy, NULL, id->eh_lp_nr, 3179 if (id->eh_map) 3181 delete id->eh_map; 3182 id->eh_map = NULL;
|