Cthulhu
0.2.10
Cthulhu compiler collection
|
ssa underlying storage type More...
#include <ssa.h>
Data Fields | |
const ssa_type_t * | type |
the internal storage type More... | |
size_t | size |
the number of elements in the storage More... | |
tree_quals_t | quals |
the qualifiers of the storage More... | |
ssa underlying storage type
intermediate types
a storage of (type=int, size=4) would be equivalent to int x[4]
in C a storage of (type=*int, size=4) would be equivalent to int *x[4]
in C the underlying storage type should match the type of external accessors with a pointer type e.g. if the storage is int
the accessor should be int *
tree_quals_t ssa_storage_t::quals |
size_t ssa_storage_t::size |
const ssa_type_t* ssa_storage_t::type |