GCC Middle and Back End API Reference
|
#include <lto-streamer.h>
Public Types | |
typedef string_slot | value_type |
typedef string_slot | 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 (string_slot *p) |
Hashtable helpers.
|
inlinestatic |
Returns nonzero if DS1 and DS2 are equal.
|
inlinestatic |
Returns a hash code for DS. Adapted from libiberty's htab_hash_string to support strings that may not end in '\0'.
|
inlinestaticinherited |
Remove doing nothing.
Reimplemented in freeing_string_slot_hasher.