GCC Middle and Back End API Reference
array_descr_info Struct Reference

#include <dwarf2out.h>

Collaboration diagram for array_descr_info:

Data Structures

struct  array_descr_dimen
 

Data Fields

int ndimensions
 
enum array_descr_ordering ordering
 
tree element_type
 
tree base_decl
 
tree data_location
 
tree allocated
 
tree associated
 
tree stride
 
tree rank
 
bool stride_in_bits
 
struct array_descr_info::array_descr_dimen dimen [DWARF2OUT_ARRAY_DESCR_INFO_MAX_DIMEN]
 

Field Documentation

◆ allocated

tree array_descr_info::allocated

◆ associated

tree array_descr_info::associated

◆ base_decl

tree array_descr_info::base_decl

◆ data_location

tree array_descr_info::data_location

◆ dimen

◆ element_type

tree array_descr_info::element_type

◆ ndimensions

int array_descr_info::ndimensions

◆ ordering

enum array_descr_ordering array_descr_info::ordering

◆ rank

tree array_descr_info::rank

◆ stride

tree array_descr_info::stride

◆ stride_in_bits

bool array_descr_info::stride_in_bits

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