GCC Middle and Back End API Reference
asmname_hasher Struct Reference

#include <cgraph.h>

Inheritance diagram for asmname_hasher:
Collaboration diagram for asmname_hasher:

Public Types

typedef const_tree compare_type
 
typedef symtab_nodevalue_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

◆ value_type

symtab_node* pointer_hash< symtab_node >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

bool asmname_hasher::equal ( symtab_node * n,
const_tree t )
inlinestatic

◆ equal() [2/2]

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

◆ ggc_maybe_mx()

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

◆ ggc_mx()

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

◆ hash() [1/2]

hashval_t asmname_hasher::hash ( symtab_node * n)
inlinestatic

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/2]

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

◆ pch_nx() [2/2]

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< symtab_node >::empty_zero_p
staticinherited

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