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 string_slot *) |
static bool | equal (const string_slot *, const string_slot *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (string_slot *&) |
static void | mark_empty (string_slot *&) |
static bool | is_deleted (string_slot *) |
static bool | is_empty (string_slot *) |
static void | remove (string_slot *&) |
Static Public Attributes | |
static const bool | empty_zero_p |
Hashtable helpers.
|
inherited |
|
inherited |
|
inlinestaticinherited |
|
inlinestatic |
Returns nonzero if DS1 and DS2 are equal.
References string_slot::len, and string_slot::s.
|
inlinestaticinherited |
|
inlinestatic |
Returns a hash code for DS. Adapted from libiberty's htab_hash_string to support strings that may not end in '\0'.
References i, string_slot::len, r, and string_slot::s.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove doing nothing.
|
staticinherited |