GCC Middle and Back End API Reference
tm_restart_hasher Struct Reference

#include <gimple-ssa.h>

Inheritance diagram for tm_restart_hasher:
Collaboration diagram for tm_restart_hasher:

Public Types

typedef tm_restart_nodevalue_type
 
typedef tm_restart_nodecompare_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Detailed Description

Hasher for tm_restart_node.   

Member Typedef Documentation

◆ compare_type

typedef tm_restart_node* pointer_hash< tm_restart_node >::compare_type
inherited

◆ value_type

typedef tm_restart_node* pointer_hash< tm_restart_node >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

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

◆ equal() [2/2]

static bool tm_restart_hasher::equal ( tm_restart_node * a,
tm_restart_node * b )
inlinestatic

References a, and b.

◆ ggc_maybe_mx()

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

◆ ggc_mx()

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

◆ hash() [1/2]

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

◆ hash() [2/2]

static hashval_t tm_restart_hasher::hash ( tm_restart_node * n)
inlinestatic

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/2]

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

◆ pch_nx() [2/2]

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< tm_restart_node >::empty_zero_p
staticinherited

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