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

Public Types

typedef noted_fnptr_storevalue_type
typedef noted_fnptr_storecompare_type

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p

Detailed Description

Hash traits to have a hash table of noted_fnptr_stores.   

Member Typedef Documentation

◆ compare_type

typedef noted_fnptr_store* pointer_hash< noted_fnptr_store >::compare_type
inherited

◆ value_type

typedef noted_fnptr_store* pointer_hash< noted_fnptr_store >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

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

◆ equal() [2/2]

bool noted_fnptr_hasher::equal ( noted_fnptr_store * v1,
noted_fnptr_store * v2 )
static

◆ ggc_maybe_mx() [1/2]

void ggc_remove< noted_fnptr_store >::ggc_maybe_mx ( noted_fnptr_store & p)
inlinestaticinherited

◆ ggc_maybe_mx() [2/2]

void ggc_remove< noted_fnptr_store * >::ggc_maybe_mx ( noted_fnptr_store * & p)
inlinestaticinherited

◆ ggc_mx() [1/2]

void ggc_remove< noted_fnptr_store >::ggc_mx ( noted_fnptr_store & p)
inlinestaticinherited

◆ ggc_mx() [2/2]

void ggc_remove< noted_fnptr_store * >::ggc_mx ( noted_fnptr_store * & p)
inlinestaticinherited

◆ hash() [1/2]

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

◆ hash() [2/2]

hashval_t noted_fnptr_hasher::hash ( noted_fnptr_store * val)
static

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/2]

void ggc_remove< noted_fnptr_store >::pch_nx ( noted_fnptr_store & p)
inlinestaticinherited

◆ pch_nx() [2/2]

void ggc_remove< noted_fnptr_store * >::pch_nx ( noted_fnptr_store * & p)
inlinestaticinherited

◆ remove() [1/2]

void ggc_remove< noted_fnptr_store >::remove ( noted_fnptr_store & )
inlinestaticinherited

◆ remove() [2/2]

void ggc_remove< noted_fnptr_store * >::remove ( noted_fnptr_store * & )
inlinestaticinherited

Field Documentation

◆ empty_zero_p

const bool pointer_hash< noted_fnptr_store >::empty_zero_p
staticinherited

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