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

#include <region.h>

Collaboration diagram for ana::var_arg_region::key_t:

Public Member Functions

 key_t (const frame_region *parent, unsigned idx)
 
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 frame_regionm_parent
 
unsigned m_idx
 

Constructor & Destructor Documentation

◆ key_t()

ana::var_arg_region::key_t::key_t ( const frame_region * parent,
unsigned idx )
inline

References gcc_assert.

Member Function Documentation

◆ hash()

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

References ggc_alloc(), m_idx, and m_parent.

◆ is_deleted()

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

References m_parent.

◆ is_empty()

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

References m_parent, and NULL.

◆ mark_deleted()

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

References m_parent.

◆ mark_empty()

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

References m_parent, and NULL.

◆ operator==()

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

References m_idx, and m_parent.

Field Documentation

◆ m_idx

unsigned ana::var_arg_region::key_t::m_idx

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

◆ m_parent

const frame_region* ana::var_arg_region::key_t::m_parent

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