GCC Middle and Back End API Reference
decl_state_hasher Struct Reference

#include <lto-streamer.h>

Inheritance diagram for decl_state_hasher:
Collaboration diagram for decl_state_hasher:

Public Types

typedef lto_in_decl_statevalue_type
 
typedef lto_in_decl_statecompare_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

typedef lto_in_decl_state* pointer_hash< lto_in_decl_state >::compare_type
inherited

◆ value_type

typedef lto_in_decl_state* pointer_hash< lto_in_decl_state >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

static bool decl_state_hasher::equal ( lto_in_decl_state * a,
lto_in_decl_state * b )
inlinestatic

References a, and b.

◆ equal() [2/2]

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

◆ ggc_maybe_mx()

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

◆ ggc_mx()

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

◆ hash() [1/2]

static hashval_t decl_state_hasher::hash ( lto_in_decl_state * s)
inlinestatic

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/2]

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

◆ pch_nx() [2/2]

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< lto_in_decl_state >::empty_zero_p
staticinherited

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