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

Public Types

typedef cand_chainvalue_type
 
typedef cand_chaincompare_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Detailed Description

Helper for hashing a candidate chain header.   

Member Typedef Documentation

◆ compare_type

cand_chain* pointer_hash< cand_chain >::compare_type
inherited

◆ value_type

cand_chain* pointer_hash< cand_chain >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

bool cand_chain_hasher::equal ( const cand_chain * chain1,
const cand_chain * chain2 )
inlinestatic

◆ equal() [2/2]

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

◆ hash() [1/2]

hashval_t cand_chain_hasher::hash ( const cand_chain * p)
inlinestatic

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< cand_chain >::empty_zero_p
staticinherited

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