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

#include <svalue.h>

Collaboration diagram for ana::sub_svalue::key_t:

Public Member Functions

 key_t (tree type, const svalue *parent_svalue, const region *subregion)
 
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 svaluem_parent_svalue
 
const regionm_subregion
 

Constructor & Destructor Documentation

◆ key_t()

ana::sub_svalue::key_t::key_t ( tree type,
const svalue * parent_svalue,
const region * subregion )
inline

Member Function Documentation

◆ hash()

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

References ggc_alloc().

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ operator==()

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

References m_parent_svalue, m_subregion, and m_type.

Field Documentation

◆ m_parent_svalue

const svalue* ana::sub_svalue::key_t::m_parent_svalue

Referenced by operator==().

◆ m_subregion

const region* ana::sub_svalue::key_t::m_subregion

Referenced by operator==().

◆ m_type

tree ana::sub_svalue::key_t::m_type

Referenced by operator==().


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