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

#include <svalue.h>

Public Member Functions

 key_t (tree type, tree cst)
 
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
 
tree m_cst
 

Constructor & Destructor Documentation

◆ key_t()

ana::constant_svalue::key_t::key_t ( tree type,
tree cst )
inline

Member Function Documentation

◆ hash()

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

References ggc_alloc(), m_cst, and m_type.

◆ is_deleted()

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

References m_type.

◆ is_empty()

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

References m_type.

◆ mark_deleted()

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

References m_type.

◆ mark_empty()

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

References m_type.

◆ operator==()

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

References m_cst, and m_type.

Field Documentation

◆ m_cst

tree ana::constant_svalue::key_t::m_cst

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

◆ m_type

tree ana::constant_svalue::key_t::m_type

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