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

#include <svalue.h>

Collaboration diagram for ana::unaryop_svalue::key_t:

Public Member Functions

 key_t (tree type, enum tree_code op, const svalue *arg)
 
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
 
enum tree_code m_op
 
const svaluem_arg
 

Constructor & Destructor Documentation

◆ key_t()

ana::unaryop_svalue::key_t::key_t ( tree type,
enum tree_code op,
const svalue * arg )
inline

Member Function Documentation

◆ hash()

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

References ggc_alloc().

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ operator==()

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

References m_arg, m_op, and m_type.

Field Documentation

◆ m_arg

const svalue* ana::unaryop_svalue::key_t::m_arg

Referenced by operator==().

◆ m_op

enum tree_code ana::unaryop_svalue::key_t::m_op

Referenced by operator==().

◆ m_type

tree ana::unaryop_svalue::key_t::m_type

Referenced by operator==().


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