19 size_t sz_alignof_bool;
21 size_t sz_alignof_char;
23 size_t sz_alignof_int;
25 size_t sz_alignof_short;
27 size_t sz_alignof_long;
29 size_t sz_alignof_longlong;
31 size_t sz_alignof_float;
33 size_t sz_alignof_double;
35 size_t sz_alignof_longdouble;
37 size_t sz_alignof_pointer;
39 size_t sz_alignof_reference;
43 size_t sz_alignof_void_ptr;
45 size_t sz_alignof_ptrdiff_t;
47 size_t sz_alignof_size_t;
49 size_t sz_alignof_wchar;
53 size_t sz_alignof_shared_ptr;
54 size_t sz_pshared_ptr;
55 size_t sz_alignof_pshared_ptr;
57 size_t sz_alignof_mem_handle;
59 size_t sz_alignof_reg_handle;
61 size_t sz_alignof_dbl_1st;
62 size_t sz_alignof_int64_1st;
63 size_t sz_alignof_sharedptr_1st ;
64 size_t sz_alignof_psharedptr_1st ;
65 size_t sz_alignof_dbl_innerstruct;
66 size_t sz_alignof_int64_innerstruct;
67 size_t sz_alignof_sharedptr_innerstruct ;
68 size_t sz_alignof_psharedptr_innerstruct;
size_t bitFieldContainerSize
The size of the containing element for this bit field (in bytes)
size_t fieldSize
The size of the field or padding.
size_t byteOffset
The byte offset of this field (or its containing word for bit fields) in the structure.
size_t bitOffset
Offset of LSB of bit field within element of size bitFieldContainerSize starting at position byteOffs...
SgNode * decl
If a SgInitializedName, the field represented by this entry If a SgClassDeclaration,...