Searched refs:in_port_type (Results 1 - 9 of 9) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_resolved_ports.h57 typedef base_type::in_port_type in_port_type; typedef in class:sc_core::sc_in_resolved
80 explicit sc_in_resolved( in_port_type& parent_ )
84 sc_in_resolved( const char* name_, in_port_type& parent_ )
147 typedef base_type::in_port_type in_port_type; typedef in class:sc_core::sc_inout_resolved
202 this_type& operator = ( const in_port_type& port_ )
251 typedef base_type::in_port_type in_port_type; typedef in class:sc_core::sc_out_resolved
306 this_type& operator = ( const in_port_type
[all...]
H A Dsc_signal_rv_ports.h62 typedef typename base_type::in_port_type in_port_type; typedef in class:sc_core::sc_in_rv
85 explicit sc_in_rv( in_port_type& parent_ )
89 sc_in_rv( const char* name_, in_port_type& parent_ )
172 typedef typename base_type::in_port_type in_port_type; typedef in class:sc_core::sc_inout_rv
227 this_type& operator = ( const in_port_type& port_ )
296 typedef typename base_type::in_port_type in_port_type; typedef in class:sc_core::sc_out_rv
351 this_type& operator = ( const in_port_type
[all...]
H A Dsc_signal_ports.h92 typedef base_type in_port_type; typedef in class:sc_core::sc_in
120 explicit sc_in( in_port_type& parent_ )
125 sc_in( const char* name_, in_port_type& parent_ )
174 SC_VIRTUAL_ void bind( in_port_type& parent_ )
177 void operator () ( in_port_type& parent_ )
369 in_port_type* in_parent = DCAST<in_port_type*>( &parent_ );
406 typedef base_type in_port_type; typedef in class:sc_core::sc_in
434 explicit sc_in( in_port_type& parent_ )
439 sc_in( const char* name_, in_port_type
680 typedef base_type in_port_type; typedef in class:sc_core::sc_in
943 typedef sc_port<in_if_type,1,SC_ONE_OR_MORE_BOUND> in_port_type; typedef in class:sc_core::sc_inout
1235 typedef sc_port<in_if_type,1,SC_ONE_OR_MORE_BOUND> in_port_type; typedef in class:sc_core::sc_inout
1471 typedef sc_port<in_if_type,1,SC_ONE_OR_MORE_BOUND> in_port_type; typedef in class:sc_core::sc_inout
1709 typedef typename base_type::in_port_type in_port_type; typedef in class:sc_core::sc_out
[all...]
H A Dsc_fifo_ports.h59 typedef sc_port_b<in_if_type> in_port_type; typedef in class:sc_core::sc_fifo_in
81 explicit sc_fifo_in( in_port_type& parent_ )
85 sc_fifo_in( const char* name_, in_port_type& parent_ )
H A Dsc_signal_ports.cpp104 in_port_type* in_parent = DCAST<in_port_type*>( &parent_ );
187 in_port_type* in_parent = DCAST<in_port_type*>( &parent_ );
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h762 typedef base_type in_port_type; typedef in class:sc_core::sc_in
774 void bind( in_port_type& parent_ )
776 void operator () ( in_port_type& parent_ )
791 in_port_type* in_parent = dynamic_cast<in_port_type*>( &parent_ );
825 explicit sc_in( in_port_type& parent_ )
829 sc_in( const char* name_, in_port_type& parent_ )
H A Dscx_signal_uint.h818 typedef base_type in_port_type; typedef in class:sc_core::sc_in
830 void bind( in_port_type& parent_ )
832 void operator () ( in_port_type& parent_ )
847 in_port_type* in_parent = dynamic_cast<in_port_type*>( &parent_ );
881 explicit sc_in( in_port_type& parent_ )
885 sc_in( const char* name_, in_port_type& parent_ )
H A Dscx_signal_signed.h944 typedef base_type in_port_type; typedef in class:sc_core::sc_in
956 void bind( in_port_type& parent_ )
958 void operator () ( in_port_type& parent_ )
973 in_port_type* in_parent = dynamic_cast<in_port_type*>( &parent_ );
1007 explicit sc_in( in_port_type& parent_ )
1011 sc_in( const char* name_, in_port_type& parent_ )
H A Dscx_signal_unsigned.h940 typedef base_type in_port_type; typedef in class:sc_core::sc_in
952 void bind( in_port_type& parent_ )
954 void operator () ( in_port_type& parent_ )
969 in_port_type* in_parent = dynamic_cast<in_port_type*>( &parent_ );
1003 explicit sc_in( in_port_type& parent_ )
1007 sc_in( const char* name_, in_port_type& parent_ )

Completed in 42 milliseconds