Searched refs:inout_port_l_type (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_sensitive.h73 typedef sc_inout<sc_dt::sc_logic> inout_port_l_type; typedef in class:sc_core::sc_sensitive
108 sc_sensitive& operator () ( sc_cthread_handle, const inout_port_l_type& );
151 typedef sc_inout<sc_dt::sc_logic> inout_port_l_type; typedef in class:sc_core::sc_sensitive_pos
173 sc_sensitive_pos& operator () ( const inout_port_l_type& );
180 sc_sensitive_pos& operator << ( const inout_port_l_type& );
217 typedef sc_inout<sc_dt::sc_logic> inout_port_l_type; typedef in class:sc_core::sc_sensitive_neg
239 sc_sensitive_neg& operator () ( const inout_port_l_type& );
246 sc_sensitive_neg& operator << ( const inout_port_l_type& );
H A Dsc_sensitive.cpp342 const inout_port_l_type& port_ )
554 sc_sensitive_pos::operator << ( const inout_port_l_type& port_ )
617 sc_sensitive_pos::operator () ( const inout_port_l_type& port_ )
829 sc_sensitive_neg::operator << ( const inout_port_l_type& port_ )
892 sc_sensitive_neg::operator () ( const inout_port_l_type& port_ )

Completed in 6 milliseconds