GCC Middle and Back End API Reference
eh_catch_d Struct Reference

#include <except.h>

Collaboration diagram for eh_catch_d:

Data Fields

struct eh_catch_dnext_catch
struct eh_catch_dprev_catch
tree type_list
tree filter_list
tree label

Detailed Description

A catch handler associated with an ERT_TRY region.

Field Documentation

◆ filter_list

tree eh_catch_d::filter_list

Referenced by duplicate_eh_regions_1().

◆ label

tree eh_catch_d::label

Referenced by duplicate_eh_regions_1().

◆ next_catch

struct eh_catch_d* eh_catch_d::next_catch

◆ prev_catch

struct eh_catch_d* eh_catch_d::prev_catch

◆ type_list

tree eh_catch_d::type_list

Referenced by duplicate_eh_regions_1().


The documentation for this struct was generated from the following file: