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 value_type *) |
static bool | equal (const value_type *, const compare_type *) |
static void | remove (const char **p) |
Event hashtable helpers.
typedef const char* event_hasher::compare_type |
typedef const char* event_hasher::value_type |
|
inlinestatic |
Helper function for the event hash table that compares the name of an existing entry (S1) with the given string (S2).
|
inlinestatic |
Helper function for the event hash table that hashes the entry V.
|
inlinestaticinherited |
Remove doing nothing.