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

Public Types

typedef location_triplet value_type
 
typedef location_triplet compare_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p = false
 

Detailed Description

Traits class for streamed_locations hash set below.   

Member Typedef Documentation

◆ compare_type

◆ value_type

Member Function Documentation

◆ equal()

static bool location_triplet_hash::equal ( const location_triplet & ref1,
const location_triplet & ref2 )
inlinestatic

References ggc_alloc(), and NULL.

◆ hash()

◆ is_deleted()

static bool location_triplet_hash::is_deleted ( const location_triplet & ref)
inlinestatic

◆ is_empty()

static bool location_triplet_hash::is_empty ( const location_triplet & ref)
inlinestatic

◆ mark_deleted()

static void location_triplet_hash::mark_deleted ( location_triplet & ref)
inlinestatic

◆ mark_empty()

static void location_triplet_hash::mark_empty ( location_triplet & ref)
inlinestatic

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool location_triplet_hash::empty_zero_p = false
static

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