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

#include <svalue.h>

Collaboration diagram for ana::const_fn_result_svalue::key_t:

Public Member Functions

 key_t (tree type, tree fndecl, const vec< const svalue * > &inputs)
 
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_fndecl
 
unsigned m_num_inputs
 
const svaluem_input_arr [MAX_INPUTS]
 

Constructor & Destructor Documentation

◆ key_t()

ana::const_fn_result_svalue::key_t::key_t ( tree type,
tree fndecl,
const vec< const svalue * > & inputs )
inline

References gcc_assert, and i.

Member Function Documentation

◆ hash()

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

References ggc_alloc(), and i.

◆ is_deleted()

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

◆ is_empty()

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

References NULL.

◆ mark_deleted()

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

◆ mark_empty()

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

References NULL.

◆ operator==()

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

References i, m_fndecl, m_input_arr, m_num_inputs, and m_type.

Field Documentation

◆ m_fndecl

tree ana::const_fn_result_svalue::key_t::m_fndecl

Referenced by operator==().

◆ m_input_arr

const svalue* ana::const_fn_result_svalue::key_t::m_input_arr[MAX_INPUTS]

Referenced by operator==().

◆ m_num_inputs

unsigned ana::const_fn_result_svalue::key_t::m_num_inputs

Referenced by operator==().

◆ m_type

tree ana::const_fn_result_svalue::key_t::m_type

Referenced by operator==().


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