GCC Middle and Back End API Reference
|
Data Fields | |
tree | lhs_base_decl |
alias_set_type | lhs_alias_set |
A subroutine of gimplify_init_ctor_preeval. Called via walk_tree, determine, cautiously, if a CONSTRUCTOR overlaps the lhs of an assignment. Return non-null if we detect a potential overlap.
alias_set_type gimplify_init_ctor_preeval_data::lhs_alias_set |
The alias set of the lhs object.
tree gimplify_init_ctor_preeval_data::lhs_base_decl |
The base decl of the lhs object. May be NULL, in which case we have to assume the lhs is indirect.