GCC Middle and Back End API Reference
string_pair_map_hasher Struct Reference
Inheritance diagram for string_pair_map_hasher:
Collaboration diagram for string_pair_map_hasher:

Public Types

typedef string_pair_mapvalue_type
 
typedef string_pair_mapcompare_type
 

Static Public Member Functions

static hashval_t hash (const string_pair_map *)
 
static bool equal (const string_pair_map *, const string_pair_map *)
 
static hashval_t hash (const value_type &)
 
static bool equal (const value_type &existing, const compare_type &candidate)
 
static void mark_deleted (string_pair_map *&)
 
static void mark_empty (string_pair_map *&)
 
static bool is_deleted (string_pair_map *)
 
static bool is_empty (string_pair_map *)
 
static void remove (string_pair_map *&)
 

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

typedef string_pair_map* pointer_hash< string_pair_map >::compare_type
inherited

◆ value_type

typedef string_pair_map* pointer_hash< string_pair_map >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

bool pointer_hash< string_pair_map >::equal ( const value_type & existing,
const compare_type & candidate )
inlinestaticinherited

◆ equal() [2/2]

bool string_pair_map_hasher::equal ( const string_pair_map * spm1,
const string_pair_map * spm2 )
inlinestatic

◆ hash() [1/2]

hashval_t pointer_hash< string_pair_map >::hash ( const value_type & candidate)
inlinestaticinherited

◆ hash() [2/2]

hashval_t string_pair_map_hasher::hash ( const string_pair_map * spm)
inlinestatic

References string_pair_map::hash.

◆ is_deleted()

bool pointer_hash< string_pair_map >::is_deleted ( string_pair_map * e)
inlinestaticinherited

◆ is_empty()

bool pointer_hash< string_pair_map >::is_empty ( string_pair_map * e)
inlinestaticinherited

◆ mark_deleted()

void pointer_hash< string_pair_map >::mark_deleted ( string_pair_map *& e)
inlinestaticinherited

◆ mark_empty()

void pointer_hash< string_pair_map >::mark_empty ( string_pair_map *& e)
inlinestaticinherited

◆ remove()

void typed_noop_remove< string_pair_map * >::remove ( string_pair_map * & )
inlinestaticinherited
Remove doing nothing.   

Field Documentation

◆ empty_zero_p

const bool pointer_hash< string_pair_map >::empty_zero_p
staticinherited

The documentation for this struct was generated from the following file: