|
libFirm
|
The entry of a set, representing an element in the set and its meta-information. More...
#include <set.h>
Data Fields | |
| unsigned | hash |
| the hash value of the element | |
| size_t | size |
| the size of the element | |
| int | dptr [1] |
| the element itself, data copied in must not need more alignment than this | |
The entry of a set, representing an element in the set and its meta-information.
| int set_entry::dptr[1] |