|
GCC Middle and Back End API Reference
|


Public Types | |
| typedef const char ** | value_type |
| typedef const char ** | compare_type |
Static Public Member Functions | |
| static hashval_t | hash (const char **) |
| static bool | equal (const char **, const char **) |
| static hashval_t | hash (const value_type &) |
| static bool | equal (const value_type &existing, const compare_type &candidate) |
| static void | mark_deleted (const char **&) |
| static void | mark_empty (const char **&) |
| static bool | is_deleted (const char **) |
| static bool | is_empty (const char **) |
| static void | remove (Type &) |
Static Public Attributes | |
| static const bool | empty_zero_p |
Event hashtable helpers.
|
inherited |
|
inherited |
|
inlinestatic |
Helper function for the event hash table that compares the name of an existing entry (S1) with the given string (S2).
|
inlinestaticinherited |
|
inlinestatic |
Helper function for the event hash table that hashes the entry V.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove doing nothing.
|
staticinherited |