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

#include <svalue.h>

Collaboration diagram for ana::asm_output_svalue::key_t:

Public Member Functions

 key_t (tree type, const char *asm_string, unsigned output_idx, 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
 
const charm_asm_string
 
unsigned m_output_idx
 
unsigned m_num_inputs
 
const svaluem_input_arr [MAX_INPUTS]
 

Constructor & Destructor Documentation

◆ key_t()

ana::asm_output_svalue::key_t::key_t ( tree type,
const char * asm_string,
unsigned output_idx,
const vec< const svalue * > & inputs )
inline

References gcc_assert, and i.

Member Function Documentation

◆ hash()

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

References ggc_alloc(), and i.

◆ is_deleted()

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

◆ is_empty()

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

References NULL.

◆ mark_deleted()

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

◆ mark_empty()

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

References NULL.

◆ operator==()

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

Field Documentation

◆ m_asm_string

const char* ana::asm_output_svalue::key_t::m_asm_string

Referenced by operator==().

◆ m_input_arr

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

Referenced by operator==().

◆ m_num_inputs

unsigned ana::asm_output_svalue::key_t::m_num_inputs

Referenced by operator==().

◆ m_output_idx

unsigned ana::asm_output_svalue::key_t::m_output_idx

Referenced by operator==().

◆ m_type

tree ana::asm_output_svalue::key_t::m_type

Referenced by operator==().


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