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

Public Types

typedef function_start value_type
 
typedef function_start compare_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p = false
 

Detailed Description

Traits class for function start hash maps below.   

Member Typedef Documentation

◆ compare_type

◆ value_type

Member Function Documentation

◆ equal()

static bool function_start_pair_hash::equal ( const function_start & ref1,
const function_start & ref2 )
inlinestatic

References ggc_alloc().

◆ hash()

static hashval_t function_start_pair_hash::hash ( const function_start & ref)
inlinestatic

◆ is_deleted()

static bool function_start_pair_hash::is_deleted ( const function_start & ref)
inlinestatic

◆ is_empty()

static bool function_start_pair_hash::is_empty ( const function_start & ref)
inlinestatic

◆ mark_deleted()

static void function_start_pair_hash::mark_deleted ( function_start & ref)
inlinestatic

◆ mark_empty()

static void function_start_pair_hash::mark_empty ( function_start & ref)
inlinestatic

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool function_start_pair_hash::empty_zero_p = false
static

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