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

#include <ipa-icf.h>

Inheritance diagram for ipa_icf::sem_usage_pair_hash:
Collaboration diagram for ipa_icf::sem_usage_pair_hash:

Public Types

typedef sem_usage_pairvalue_type
 
typedef sem_usage_paircompare_type
 

Static Public Member Functions

static hashval_t hash (sem_usage_pair *)
 
static bool equal (sem_usage_pair *, sem_usage_pair *)
 
static hashval_t hash (const value_type &)
 
static bool equal (const value_type &existing, const compare_type &candidate)
 
static void mark_deleted (sem_usage_pair *&)
 
static void mark_empty (sem_usage_pair *&)
 
static bool is_deleted (sem_usage_pair *)
 
static bool is_empty (sem_usage_pair *)
 

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

typedef sem_usage_pair * pointer_hash< sem_usage_pair >::compare_type
inherited

◆ value_type

typedef sem_usage_pair * pointer_hash< sem_usage_pair >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

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

◆ equal() [2/2]

bool ipa_icf::sem_usage_pair_hash::equal ( sem_usage_pair * p1,
sem_usage_pair * p2 )
inlinestatic

References ggc_alloc().

◆ hash() [1/2]

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

◆ hash() [2/2]

hashval_t ipa_icf::sem_usage_pair_hash::hash ( sem_usage_pair * pair)
inlinestatic

References ggc_alloc().

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< sem_usage_pair >::empty_zero_p
staticinherited

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