Home | History | Annotate | Download | only in gcc

Lines Matching defs:dst_r

3332   eh_region src_r, dst_r;
3340 dst_r = get_eh_region_from_lp_number (lp_nr);
3342 dst_r = NULL;
3364 else if (dst_r)
3378 gcc_assert (dst_r->type == ERT_MUST_NOT_THROW);
3380 tree *slot = mnt_map->get (dst_r);
3391 fn = dst_r->u.must_not_throw.failure_decl;
3393 gimple_set_location (x, dst_r->u.must_not_throw.failure_loc);
3396 mnt_map->put (dst_r, lab);
3410 tree dst_nr = build_int_cst (integer_type_node, dst_r->index);