GCC Middle and Back End API Reference
|
Public Types | |
typedef variable_def | value_type |
typedef void | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const value_type *) |
static bool | equal (const value_type *, const compare_type *) |
static void | remove (value_type *) |
Variable hashtable helpers.
typedef void variable_hasher::compare_type |
|
inlinestatic |
Compare the declaration of variable X with declaration Y.
|
inlinestatic |
The hash function for variable_htab, computes the hash value from the declaration of variable X.
|
inlinestatic |
Free the element of VARIABLE_HTAB (its type is struct variable_def).