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

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_resolved_ports.h58 typedef base_type::inout_port_type inout_port_type; typedef in class:sc_core::sc_in_resolved
88 explicit sc_in_resolved( inout_port_type& parent_ )
92 sc_in_resolved( const char* name_, inout_port_type& parent_ )
149 typedef base_type::inout_port_type inout_port_type; typedef in class:sc_core::sc_inout_resolved
171 explicit sc_inout_resolved( inout_port_type& parent_ )
175 sc_inout_resolved( const char* name_, inout_port_type& parent_ )
205 this_type& operator = ( const inout_port_type& port_ )
253 typedef base_type::inout_port_type inout_port_typ typedef in class:sc_core::sc_out_resolved
[all...]
H A Dsc_signal_rv_ports.h63 typedef typename base_type::inout_port_type inout_port_type; typedef in class:sc_core::sc_in_rv
93 explicit sc_in_rv( inout_port_type& parent_ )
97 sc_in_rv( const char* name_, inout_port_type& parent_ )
174 typedef typename base_type::inout_port_type inout_port_type; typedef in class:sc_core::sc_inout_rv
196 explicit sc_inout_rv( inout_port_type& parent_ )
200 sc_inout_rv( const char* name_, inout_port_type& parent_ )
230 this_type& operator = ( const inout_port_type& port_ )
298 typedef typename base_type::inout_port_type inout_port_typ typedef in class:sc_core::sc_out_rv
[all...]
H A Dsc_signal_ports.h94 typedef sc_port<inout_if_type,1,SC_ONE_OR_MORE_BOUND> inout_port_type; typedef in class:sc_core::sc_in
130 explicit sc_in( inout_port_type& parent_ )
135 sc_in( const char* name_, inout_port_type& parent_ )
183 SC_VIRTUAL_ void bind( inout_port_type& parent_ )
186 void operator () ( inout_port_type& parent_ )
374 inout_port_type* inout_parent = DCAST<inout_port_type*>( &parent_ );
408 typedef sc_port<inout_if_type,1,SC_ONE_OR_MORE_BOUND> inout_port_type; typedef in class:sc_core::sc_in
444 explicit sc_in( inout_port_type& parent_ )
449 sc_in( const char* name_, inout_port_type
682 typedef sc_port<inout_if_type,1,SC_ONE_OR_MORE_BOUND> inout_port_type; typedef in class:sc_core::sc_in
945 typedef base_type inout_port_type; typedef in class:sc_core::sc_inout
1237 typedef base_type inout_port_type; typedef in class:sc_core::sc_inout
1473 typedef base_type inout_port_type; typedef in class:sc_core::sc_inout
1711 typedef typename base_type::inout_port_type inout_port_type; typedef in class:sc_core::sc_out
[all...]
H A Dsc_signal_ports.cpp109 inout_port_type* inout_parent = DCAST<inout_port_type*>( &parent_ );
192 inout_port_type* inout_parent = DCAST<inout_port_type*>( &parent_ );
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h764 typedef sc_inout<sc_dt::sc_int<W> > inout_port_type; typedef in class:sc_core::sc_in
778 void bind( inout_port_type& parent_ )
780 void operator () ( inout_port_type& parent_ )
796 inout_port_type* inout_parent = dynamic_cast<inout_port_type*>( &parent_ );
833 explicit sc_in( inout_port_type& parent_ )
837 sc_in( const char* name_, inout_port_type& parent_ )
1031 typedef base_type inout_port_type; typedef in class:sc_core::sc_inout
1041 void bind( inout_port_type& parent_ )
1043 void operator () ( inout_port_type
1363 typedef typename base_type::inout_port_type inout_port_type; typedef in class:sc_core::sc_out
[all...]
H A Dscx_signal_uint.h820 typedef sc_inout<sc_dt::sc_uint<W> > inout_port_type; typedef in class:sc_core::sc_in
834 void bind( inout_port_type& parent_ )
836 void operator () ( inout_port_type& parent_ )
852 inout_port_type* inout_parent = dynamic_cast<inout_port_type*>( &parent_ );
889 explicit sc_in( inout_port_type& parent_ )
893 sc_in( const char* name_, inout_port_type& parent_ )
1089 typedef base_type inout_port_type; typedef in class:sc_core::sc_inout
1099 void bind( inout_port_type& parent_ )
1101 void operator () ( inout_port_type
1419 typedef typename base_type::inout_port_type inout_port_type; typedef in class:sc_core::sc_out
[all...]
H A Dscx_signal_signed.h946 typedef sc_inout<sc_dt::sc_bigint<W> > inout_port_type; typedef in class:sc_core::sc_in
960 void bind( inout_port_type& parent_ )
962 void operator () ( inout_port_type& parent_ )
978 inout_port_type* inout_parent = dynamic_cast<inout_port_type*>( &parent_ );
1015 explicit sc_in( inout_port_type& parent_ )
1019 sc_in( const char* name_, inout_port_type& parent_ )
1213 typedef base_type inout_port_type; typedef in class:sc_core::sc_inout
1223 void bind( inout_port_type& parent_ )
1225 void operator () ( inout_port_type
1544 typedef typename base_type::inout_port_type inout_port_type; typedef in class:sc_core::sc_out
[all...]
H A Dscx_signal_unsigned.h942 typedef sc_inout<sc_dt::sc_biguint<W> > inout_port_type; typedef in class:sc_core::sc_in
956 void bind( inout_port_type& parent_ )
958 void operator () ( inout_port_type& parent_ )
974 inout_port_type* inout_parent = dynamic_cast<inout_port_type*>( &parent_ );
1011 explicit sc_in( inout_port_type& parent_ )
1015 sc_in( const char* name_, inout_port_type& parent_ )
1209 typedef base_type inout_port_type; typedef in class:sc_core::sc_inout
1219 void bind( inout_port_type& parent_ )
1221 void operator () ( inout_port_type
1541 typedef typename base_type::inout_port_type inout_port_type; typedef in class:sc_core::sc_out
[all...]

Completed in 35 milliseconds