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

Data Fields

HOST_WIDE_INT offset
HOST_WIDE_INT size
tree constant
struct
ipa_known_agg_contents_list
next

Detailed Description

Simple linked list, describing known contents of an aggregate beforere call.


Field Documentation

tree ipa_known_agg_contents_list::constant

Known constant value or NULL if the contents is known to be unknown.

struct ipa_known_agg_contents_list* ipa_known_agg_contents_list::next

Pointer to the next structure in the list.

HOST_WIDE_INT ipa_known_agg_contents_list::offset

Offset and size of the described part of the aggregate.

HOST_WIDE_INT ipa_known_agg_contents_list::size

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