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

Public Types

typedef _vect_peel_infovalue_type
 
typedef _vect_peel_infocompare_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Detailed Description

Peeling hashtable helpers.   

Member Typedef Documentation

◆ compare_type

typedef _vect_peel_info* pointer_hash< _vect_peel_info >::compare_type
inherited

◆ value_type

typedef _vect_peel_info* pointer_hash< _vect_peel_info >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

bool peel_info_hasher::equal ( const _vect_peel_info * a,
const _vect_peel_info * b )
inlinestatic

References a, and b.

◆ equal() [2/2]

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

◆ hash() [1/2]

hashval_t peel_info_hasher::hash ( const _vect_peel_info * peel_info)
inlinestatic

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ remove()

void typed_free_remove< _vect_peel_info >::remove ( _vect_peel_info * p)
inlinestaticinherited
Remove with free.   

Field Documentation

◆ empty_zero_p

const bool pointer_hash< _vect_peel_info >::empty_zero_p
staticinherited

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