GCC Middle and Back End API Reference
gimplify_init_ctor_preeval_data Struct Reference

Data Fields

tree lhs_base_decl
 
alias_set_type lhs_alias_set
 

Detailed Description

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.   

Field Documentation

◆ lhs_alias_set

alias_set_type gimplify_init_ctor_preeval_data::lhs_alias_set

◆ lhs_base_decl

tree gimplify_init_ctor_preeval_data::lhs_base_decl

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