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_float16;
 
   35    size_t sz_alignof_double;
 
   37    size_t sz_alignof_longdouble;
 
   39    size_t sz_alignof_pointer;
 
   41    size_t sz_alignof_reference;
 
   45    size_t sz_alignof_void_ptr;
 
   47    size_t sz_alignof_ptrdiff_t;
 
   49    size_t sz_alignof_size_t;
 
   51    size_t sz_alignof_wchar;
 
   55    size_t sz_alignof_shared_ptr;
 
   56    size_t sz_pshared_ptr; 
 
   57    size_t sz_alignof_pshared_ptr;
 
   59    size_t sz_alignof_mem_handle;
 
   61    size_t sz_alignof_reg_handle;
 
   63    size_t sz_alignof_dbl_1st;
 
   64    size_t sz_alignof_int64_1st;
 
   65    size_t sz_alignof_sharedptr_1st ;
 
   66    size_t sz_alignof_psharedptr_1st ;
 
   67    size_t sz_alignof_dbl_innerstruct;
 
   68    size_t sz_alignof_int64_innerstruct;
 
   69    size_t sz_alignof_sharedptr_innerstruct ;
 
   70    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,...