GCC Middle and Back End API Reference
libfunc_hasher Struct Reference

#include <libfuncs.h>

Inheritance diagram for libfunc_hasher:
Collaboration diagram for libfunc_hasher:

Public Types

typedef libfunc_entryvalue_type
 
typedef libfunc_entrycompare_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Detailed Description

Descriptor for libfunc_entry.   

Member Typedef Documentation

◆ compare_type

typedef libfunc_entry* pointer_hash< libfunc_entry >::compare_type
inherited

◆ value_type

typedef libfunc_entry* pointer_hash< libfunc_entry >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

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

◆ equal() [2/2]

bool libfunc_hasher::equal ( libfunc_entry * e1,
libfunc_entry * e2 )
static
Used for libfunc_hash.   

References libfunc_entry::mode1, libfunc_entry::mode2, and libfunc_entry::op.

◆ ggc_maybe_mx() [1/2]

static void ggc_remove< libfunc_entry >::ggc_maybe_mx ( libfunc_entry & p)
inlinestaticinherited

◆ ggc_maybe_mx() [2/2]

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

◆ ggc_mx() [1/2]

static void ggc_remove< libfunc_entry >::ggc_mx ( libfunc_entry & p)
inlinestaticinherited

◆ ggc_mx() [2/2]

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

◆ hash() [1/2]

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

◆ hash() [2/2]

hashval_t libfunc_hasher::hash ( libfunc_entry * e)
static
Used for libfunc_hash.   

References libfunc_entry::mode1, libfunc_entry::mode2, and libfunc_entry::op.

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/4]

static void ggc_remove< libfunc_entry >::pch_nx ( libfunc_entry & p)
inlinestaticinherited

◆ pch_nx() [2/4]

static void ggc_remove< libfunc_entry >::pch_nx ( libfunc_entry & p,
gt_pointer_operator op,
void * cookie )
inlinestaticinherited

◆ pch_nx() [3/4]

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

◆ pch_nx() [4/4]

static void ggc_remove< libfunc_entry * >::pch_nx ( libfunc_entry * & p,
gt_pointer_operator op,
void * cookie )
inlinestaticinherited

◆ remove() [1/2]

static void ggc_remove< libfunc_entry >::remove ( libfunc_entry & )
inlinestaticinherited

◆ remove() [2/2]

static void ggc_remove< libfunc_entry * >::remove ( libfunc_entry * & )
inlinestaticinherited

Field Documentation

◆ empty_zero_p

const bool pointer_hash< libfunc_entry >::empty_zero_p
staticinherited

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