|
GCC Middle and Back End API Reference
|
#include <exploded-path.h>

Public Member Functions | |
| element_t (const exploded_edge *eedge) | |
| element_t (const element_t &other) | |
| element_t (element_t &&other)=default | |
| element_t & | operator= (const element_t &other) |
Data Fields | |
| const exploded_edge * | m_eedge |
| diagnostic_state | m_state_at_src |
| diagnostic_state | m_state_at_dst |
| std::unique_ptr< state_transition > | m_state_transition |
|
inline |
References m_eedge.
Referenced by element_t(), element_t(), and operator=().
|
inline |
References element_t(), m_eedge, m_state_at_dst, m_state_at_src, and m_state_transition.
|
default |
References element_t().
References element_t(), m_eedge, m_state_at_dst, m_state_at_src, and m_state_transition.
| const exploded_edge* ana::exploded_path::element_t::m_eedge |
Referenced by element_t(), element_t(), and operator=().
| diagnostic_state ana::exploded_path::element_t::m_state_at_dst |
Referenced by element_t(), and operator=().
| diagnostic_state ana::exploded_path::element_t::m_state_at_src |
Referenced by element_t(), and operator=().
| std::unique_ptr<state_transition> ana::exploded_path::element_t::m_state_transition |
Referenced by element_t(), and operator=().