GCC Middle and Back End API Reference
finally_tree_node Struct Reference
Collaboration diagram for finally_tree_node:

Data Fields

treemple child
 
gtryparent
 

Detailed Description

First pass of EH node decomposition.  Build up a tree of GIMPLE_TRY_FINALLY
nodes and LABEL_DECL nodes.  We will use this during the second phase to
determine if a goto leaves the body of a TRY_FINALLY_EXPR node.   

Field Documentation

◆ child

◆ parent

gtry* finally_tree_node::parent

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