GCC Middle and Back End API Reference
sanopt_tree_couple_hash Struct Reference
Inheritance diagram for sanopt_tree_couple_hash:
Collaboration diagram for sanopt_tree_couple_hash:

Public Types

typedef sanopt_tree_couple value_type
 
typedef sanopt_tree_couple compare_type
 

Static Public Member Functions

static hashval_t hash (const sanopt_tree_couple &ref)
 
static bool equal (const sanopt_tree_couple &ref1, const sanopt_tree_couple &ref2)
 
static void mark_deleted (sanopt_tree_couple &ref)
 
static void mark_empty (sanopt_tree_couple &ref)
 
static bool is_deleted (const sanopt_tree_couple &ref)
 
static bool is_empty (const sanopt_tree_couple &ref)
 
static void remove (sanopt_tree_couple &)
 

Static Public Attributes

static const bool empty_zero_p = true
 

Detailed Description

Traits class for tree triplet hash maps below.   

Member Typedef Documentation

◆ compare_type

◆ value_type

Member Function Documentation

◆ equal()

static bool sanopt_tree_couple_hash::equal ( const sanopt_tree_couple & ref1,
const sanopt_tree_couple & ref2 )
inlinestatic

References ggc_alloc(), and operand_equal_p().

◆ hash()

static hashval_t sanopt_tree_couple_hash::hash ( const sanopt_tree_couple & ref)
inlinestatic

◆ is_deleted()

static bool sanopt_tree_couple_hash::is_deleted ( const sanopt_tree_couple & ref)
inlinestatic

◆ is_empty()

static bool sanopt_tree_couple_hash::is_empty ( const sanopt_tree_couple & ref)
inlinestatic

References NULL, and sanopt_tree_couple::ptr.

◆ mark_deleted()

static void sanopt_tree_couple_hash::mark_deleted ( sanopt_tree_couple & ref)
inlinestatic

◆ mark_empty()

static void sanopt_tree_couple_hash::mark_empty ( sanopt_tree_couple & ref)
inlinestatic

References NULL, and sanopt_tree_couple::ptr.

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool sanopt_tree_couple_hash::empty_zero_p = true
static

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