|
GCC Middle and Back End API Reference
|
#include <hash-traits.h>


Public Types | |
| typedef Type | value_type |
| typedef Type | compare_type |
Static Public Member Functions | |
| static void | mark_deleted (Type &) |
| static void | mark_empty (Type &) |
| static bool | is_deleted (Type) |
| static bool | is_empty (Type) |
| static hashval_t | hash (value_type) |
| static bool | equal (value_type existing, value_type candidate) |
| static void | remove (Type &) |
Static Public Attributes | |
| static const bool | empty_zero_p = Empty == 0 |
Hasher for integer type Type in which Empty is a spare value that can be used to mark empty slots. If Deleted != Empty then Deleted is another spare value that can be used for deleted slots; if Deleted == Empty then hash table entries cannot be deleted.
| typedef Type int_hash< Type, Empty, Deleted >::compare_type |
| typedef Type int_hash< Type, Empty, Deleted >::value_type |
|
inlinestaticinherited |
References y.
|
inlinestaticinherited |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
References gcc_assert.
|
inlinestatic |
|
inlinestaticinherited |
Remove doing nothing.
|
static |