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

#include <region.h>

Collaboration diagram for ana::field_region::key_t:

Public Member Functions

 key_t (const region *parent, tree field)
 
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_field
 

Constructor & Destructor Documentation

◆ key_t()

ana::field_region::key_t::key_t ( const region * parent,
tree field )
inline

References gcc_assert.

Member Function Documentation

◆ hash()

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

References ggc_alloc(), m_field, and m_parent.

◆ is_deleted()

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

References m_field.

◆ is_empty()

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

References m_field, and NULL_TREE.

◆ mark_deleted()

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

References m_field.

◆ mark_empty()

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

References m_field, and NULL_TREE.

◆ operator==()

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

References m_field, and m_parent.

Field Documentation

◆ m_field

tree ana::field_region::key_t::m_field

◆ m_parent

const region* ana::field_region::key_t::m_parent

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


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