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

#include <region.h>

Collaboration diagram for ana::cast_region::key_t:

Public Member Functions

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

Constructor & Destructor Documentation

◆ key_t()

ana::cast_region::key_t::key_t ( const region * original_region,
tree type )
inline

References gcc_assert, and ggc_alloc().

Member Function Documentation

◆ hash()

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

◆ is_deleted()

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

References m_original_region.

◆ is_empty()

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

References m_original_region.

◆ mark_deleted()

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

References m_original_region.

◆ mark_empty()

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

References m_original_region.

◆ operator==()

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

References m_original_region, and m_type.

Field Documentation

◆ m_original_region

const region* ana::cast_region::key_t::m_original_region

◆ m_type

tree ana::cast_region::key_t::m_type

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


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