GCC Middle and Back End API Reference
ipa_icf::symbol_compare_hash Struct Reference

#include <ipa-icf.h>

Inheritance diagram for ipa_icf::symbol_compare_hash:
Collaboration diagram for ipa_icf::symbol_compare_hash:

Public Types

typedef symbol_compare_collectionvalue_type
 
typedef symbol_compare_collectioncompare_type
 

Static Public Member Functions

static hashval_t hash (value_type v)
 
static bool equal (value_type a, value_type b)
 
static hashval_t hash (const value_type &)
 
static bool equal (const value_type &existing, const compare_type &candidate)
 
static void mark_deleted (symbol_compare_collection *&)
 
static void mark_empty (symbol_compare_collection *&)
 
static bool is_deleted (symbol_compare_collection *)
 
static bool is_empty (symbol_compare_collection *)
 
static void remove (symbol_compare_collection *&)
 

Static Public Attributes

static const bool empty_zero_p
 

Detailed Description

Hash traits for symbol_compare_collection map.   

Member Typedef Documentation

◆ compare_type

◆ value_type

Member Function Documentation

◆ equal() [1/2]

static bool ipa_icf::symbol_compare_hash::equal ( value_type a,
value_type b )
inlinestatic

References a, b, and i.

◆ equal() [2/2]

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

◆ hash() [1/2]

static hashval_t ipa_icf::symbol_compare_hash::hash ( value_type v)
inlinestatic

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ remove()

void typed_noop_remove< symbol_compare_collection * >::remove ( symbol_compare_collection * & )
inlinestaticinherited
Remove doing nothing.   

Field Documentation

◆ empty_zero_p

const bool pointer_hash< symbol_compare_collection >::empty_zero_p
staticinherited

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