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

Data Fields

struct accesslacc
struct accessracc
struct assign_linknext

Detailed Description

   A structure linking lhs and rhs accesses from an aggregate assignment.  They
   are used to propagate subaccesses from rhs to lhs as long as they don't
   conflict with what is already there.  

Field Documentation

struct access* assign_link::lacc
struct assign_link* assign_link::next
struct access * assign_link::racc

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