#include <globals.h>

Public Attributes | |
| struct { | |
| int base_addr | |
| int el_len | |
| unsigned int assoc: 1 | |
| unsigned int ptr_alloc: 1 | |
| unsigned int p_or_a: 2 | |
| unsigned int a_contig: 1 | |
| unsigned int unused_1: 27 | |
| unsigned int unused_2: 29 | |
| unsigned int num_dims: 3 | |
| f90_type_t type_code | |
| int orig_base | |
| int orig_size | |
| struct { | |
| int low_bound | |
| int extent | |
| int stride_mult | |
| } dim [7] | |
| int unused_fill [25] | |
| } | ptr32 |
| struct { | |
| long long base_addr | |
| long long el_len | |
| unsigned int assoc: 1 | |
| unsigned int ptr_alloc: 1 | |
| unsigned int p_or_a: 2 | |
| unsigned int a_contig: 1 | |
| unsigned int unused_1: 27 | |
| unsigned int unused_2: 29 | |
| unsigned int num_dims: 3 | |
| f90_type_t type_code | |
| long long orig_base | |
| long long orig_size | |
| struct { | |
| long long low_bound | |
| long long extent | |
| long long stride_mult | |
| } dim [7] | |
| } | ptr64 |
Definition at line 3154 of file globals.h.
| unsigned int ext_dope_entry::a_contig |
| unsigned int ext_dope_entry::assoc |
| long long ext_dope_entry::base_addr |
| struct { ... } ext_dope_entry::dim[7] |
| struct { ... } ext_dope_entry::dim[7] |
| long long ext_dope_entry::el_len |
| long long ext_dope_entry::extent |
| long long ext_dope_entry::low_bound |
| unsigned int ext_dope_entry::num_dims |
| long long ext_dope_entry::orig_base |
| long long ext_dope_entry::orig_size |
| unsigned int ext_dope_entry::p_or_a |
| struct { ... } ext_dope_entry::ptr32 |
| struct { ... } ext_dope_entry::ptr64 |
| unsigned int ext_dope_entry::ptr_alloc |
| long long ext_dope_entry::stride_mult |
| unsigned int ext_dope_entry::unused_1 |
| unsigned int ext_dope_entry::unused_2 |
| int ext_dope_entry::unused_fill[25] |
1.6.1