GCC Middle and Back End API Reference
|
Data Fields | |
struct access * | lacc |
struct access * | racc |
struct assign_link * | next |
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.
struct access* assign_link::lacc |
Referenced by build_access_from_expr_1(), and child_would_conflict_in_lacc().
struct assign_link* assign_link::next |
Referenced by child_would_conflict_in_lacc().
struct access * assign_link::racc |
Referenced by build_access_from_expr_1().