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

#include <svalue.h>

Collaboration diagram for ana::compound_svalue::key_t:

Public Member Functions

 key_t (tree type, const binding_map *map_ptr)
 
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 binding_mapm_map_ptr
 

Constructor & Destructor Documentation

◆ key_t()

ana::compound_svalue::key_t::key_t ( tree type,
const binding_map * map_ptr )
inline

Member Function Documentation

◆ hash()

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

References ggc_alloc().

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ operator==()

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

References m_map_ptr, and m_type.

Field Documentation

◆ m_map_ptr

const binding_map* ana::compound_svalue::key_t::m_map_ptr

Referenced by operator==().

◆ m_type

tree ana::compound_svalue::key_t::m_type

Referenced by operator==().


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