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

#include <svalue.h>

Collaboration diagram for ana::bits_within_svalue::key_t:

Public Member Functions

 key_t (tree type, const bit_range &bits, const svalue *inner_svalue)
 
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
 
bit_range m_bits
 
const svaluem_inner_svalue
 

Constructor & Destructor Documentation

◆ key_t()

ana::bits_within_svalue::key_t::key_t ( tree type,
const bit_range & bits,
const svalue * inner_svalue )
inline

Member Function Documentation

◆ hash()

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

References ggc_alloc().

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ operator==()

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

References m_bits, m_inner_svalue, and m_type.

Field Documentation

◆ m_bits

bit_range ana::bits_within_svalue::key_t::m_bits

Referenced by operator==().

◆ m_inner_svalue

const svalue* ana::bits_within_svalue::key_t::m_inner_svalue

Referenced by operator==().

◆ m_type

tree ana::bits_within_svalue::key_t::m_type

Referenced by operator==().


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