GCC Middle and Back End API Reference
ana::element_region::key_t Struct Reference

#include <region.h>

Collaboration diagram for ana::element_region::key_t:

Public Member Functions

 key_t (const region *parent, tree element_type, const svalue *index)
 
hashval_t hash () const
 
bool operator== (const key_t &other) const
 
void mark_deleted ()
 
void mark_empty ()
 
bool is_deleted () const
 
bool is_empty () const
 

Data Fields

const regionm_parent
 
tree m_element_type
 
const svaluem_index
 

Constructor & Destructor Documentation

◆ key_t()

ana::element_region::key_t::key_t ( const region * parent,
tree element_type,
const svalue * index )
inline

References gcc_assert.

Member Function Documentation

◆ hash()

hashval_t ana::element_region::key_t::hash ( ) const
inline

◆ is_deleted()

bool ana::element_region::key_t::is_deleted ( ) const
inline

References m_index.

◆ is_empty()

bool ana::element_region::key_t::is_empty ( ) const
inline

References m_index, and NULL.

◆ mark_deleted()

void ana::element_region::key_t::mark_deleted ( )
inline

References m_index.

◆ mark_empty()

void ana::element_region::key_t::mark_empty ( )
inline

References m_index, and NULL.

◆ operator==()

bool ana::element_region::key_t::operator== ( const key_t & other) const
inline

References m_element_type, m_index, and m_parent.

Field Documentation

◆ m_element_type

tree ana::element_region::key_t::m_element_type

Referenced by hash(), and operator==().

◆ m_index

const svalue* ana::element_region::key_t::m_index

◆ m_parent

const region* ana::element_region::key_t::m_parent

Referenced by hash(), and operator==().


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