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

#include <svalue.h>

Collaboration diagram for ana::region_svalue::key_t:

Public Member Functions

 key_t (tree type, const region *reg)
 
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

tree m_type
 
const regionm_reg
 

Constructor & Destructor Documentation

◆ key_t()

ana::region_svalue::key_t::key_t ( tree type,
const region * reg )
inline

Member Function Documentation

◆ hash()

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

References ggc_alloc(), m_reg, and m_type.

◆ is_deleted()

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

References m_type.

◆ is_empty()

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

References m_type.

◆ mark_deleted()

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

References m_type.

◆ mark_empty()

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

References m_type.

◆ operator==()

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

References m_reg, and m_type.

Field Documentation

◆ m_reg

const region* ana::region_svalue::key_t::m_reg

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

◆ m_type

tree ana::region_svalue::key_t::m_type

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