Searched refs:sc_switch (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxcast_switch.h76 sc_fxcast_switch( sc_switch );
94 sc_switch m_sw;
118 sc_fxcast_switch::sc_fxcast_switch( sc_switch sw_ )
H A Dsc_fxdefs.h142 // ENUM : sc_switch
147 enum sc_switch enum in namespace:sc_dt
154 const std::string to_string( sc_switch );
159 operator << ( ::std::ostream& os, sc_switch sw )
211 const sc_switch SC_BUILTIN_CAST_SWITCH_ = SC_ON;
214 const sc_switch SC_DEFAULT_CAST_SWITCH_ = SC_BUILTIN_CAST_SWITCH_;
H A Dsc_fxdefs.cpp134 // ENUM : sc_switch
140 to_string( sc_switch sw )
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxcast_switch.hh75 sc_fxcast_switch(sc_switch);
92 sc_switch m_sw;
119 inline sc_fxcast_switch::sc_fxcast_switch(sc_switch sw_) : m_sw( sw_ ) {}
H A Dsc_fxdefs.hh138 // ENUM : sc_switch
143 enum sc_switch enum in namespace:sc_dt
149 const std::string to_string(sc_switch);
152 operator << (::std::ostream &os, sc_switch sw)
200 const sc_switch SC_BUILTIN_CAST_SWITCH_ = SC_ON;
201 const sc_switch SC_DEFAULT_CAST_SWITCH_ = SC_BUILTIN_CAST_SWITCH_;
H A D_using.hh66 using sc_dt::sc_switch;
/gem5/src/systemc/dt/fx/
H A Dsc_fxdefs.cc128 // ENUM : sc_switch
134 to_string(sc_switch sw)
/gem5/ext/systemc/src/
H A Dsystemc.h293 using sc_dt::sc_switch;

Completed in 6 milliseconds