| GCC Middle and Back End API Reference
    | 


| Public Types | |
| typedef expr * | value_type | 
| typedef expr * | compare_type | 
| Static Public Member Functions | |
| static hashval_t | hash (const expr *) | 
| static bool | equal (const expr *, const expr *) | 
| static hashval_t | hash (const value_type &) | 
| static bool | equal (const value_type &existing, const compare_type &candidate) | 
| static void | mark_deleted (expr *&) | 
| static void | mark_empty (expr *&) | 
| static bool | is_deleted (expr *) | 
| static bool | is_empty (expr *) | 
| static void | remove (expr *&) | 
| Static Public Attributes | |
| static const bool | empty_zero_p | 
Hashtable helpers.
| 
 | inherited | 
| 
 | inherited | 
Callback for hashtab. Return nonzero if exp1 is equivalent to exp2.
References exp_equiv_p(), expr::expr, gcc_assert, and expr::hash.
| 
 | inlinestaticinherited | 
| 
 | inlinestatic | 
Callback for hashtab. Return the hash value for expression EXP. We don't actually hash here, we just return the cached hash value.
References exp().
| 
 | inlinestaticinherited | 
| 
 | inlinestaticinherited | 
| 
 | inlinestaticinherited | 
| 
 | inlinestaticinherited | 
| 
 | inlinestaticinherited | 
| 
 | inlinestaticinherited | 
Remove doing nothing.
| 
 | staticinherited |