Lines Matching defs:in_if_type

91     typedef if_type                                       in_if_type;
110 explicit sc_in( const in_if_type& interface_ )
111 : base_type( CCAST<in_if_type&>( interface_ ) ), m_traces( 0 ),
115 sc_in( const char* name_, const in_if_type& interface_ )
116 : base_type( name_, CCAST<in_if_type&>( interface_ ) ), m_traces( 0 ),
162 SC_VIRTUAL_ void bind( const in_if_type& interface_ )
163 { sc_port_base::bind( CCAST<in_if_type&>( interface_ ) ); }
165 SC_VIRTUAL_ void bind( in_if_type& interface_ )
166 { this->bind( CCAST<const in_if_type&>( interface_ ) ); }
168 void operator () ( const in_if_type& interface_ )
225 m_change_finder_p = new sc_event_finder_t<in_if_type>(
226 *this, &in_if_type::value_changed_event );
305 in_if_type* iface = DCAST<in_if_type*>( this->get_interface() );
405 typedef if_type in_if_type;
424 explicit sc_in( const in_if_type& interface_ )
425 : base_type( CCAST<in_if_type&>( interface_ ) ), m_traces( 0 ),
429 sc_in( const char* name_, const in_if_type& interface_ )
430 : base_type( name_, CCAST<in_if_type&>( interface_ ) ), m_traces( 0 ),
461 : base_type( *(in_if_type*)parent_.get_interface() ) , m_traces( 0 ),
485 SC_VIRTUAL_ void bind( const in_if_type& interface_ )
486 { sc_port_base::bind( CCAST<in_if_type&>( interface_ ) ); }
488 SC_VIRTUAL_ void bind( in_if_type& interface_ )
489 { this->bind( CCAST<const in_if_type&>( interface_ ) ); }
491 void operator () ( const in_if_type& interface_ )
552 m_pos_finder_p = new sc_event_finder_t<in_if_type>(
553 *this, &in_if_type::posedge_event );
564 m_neg_finder_p = new sc_event_finder_t<in_if_type>(
565 *this, &in_if_type::negedge_event );
592 m_change_finder_p = new sc_event_finder_t<in_if_type>(
593 *this, &in_if_type::value_changed_event );
679 typedef if_type in_if_type;
698 explicit sc_in( const in_if_type& interface_ )
699 : base_type( CCAST<in_if_type&>( interface_ ) ), m_traces( 0 ),
703 sc_in( const char* name_, const in_if_type& interface_ )
704 : base_type( name_, CCAST<in_if_type&>( interface_ ) ), m_traces( 0 ),
752 SC_VIRTUAL_ void bind( const in_if_type& interface_ )
753 { sc_port_base::bind( CCAST<in_if_type&>( interface_ ) ); }
755 SC_VIRTUAL_ void bind( in_if_type& interface_ )
756 { this->bind( CCAST<const in_if_type&>( interface_ ) ); }
758 void operator () ( const in_if_type& interface_ )
819 m_pos_finder_p = new sc_event_finder_t<in_if_type>(
820 *this, &in_if_type::posedge_event );
831 m_neg_finder_p = new sc_event_finder_t<in_if_type>(
832 *this, &in_if_type::negedge_event );
859 m_change_finder_p = new sc_event_finder_t<in_if_type>(
860 *this, &in_if_type::value_changed_event );
942 typedef sc_signal_in_if<data_type> in_if_type;
943 typedef sc_port<in_if_type,1,SC_ONE_OR_MORE_BOUND> in_port_type;
1034 this_type& operator = ( const in_if_type& interface_ )
1051 void initialize( const in_if_type& interface_ )
1068 m_change_finder_p = new sc_event_finder_t<in_if_type>(
1069 *this, &in_if_type::value_changed_event );
1166 in_if_type* iface = DCAST<in_if_type*>( this->get_interface() );
1234 typedef sc_signal_in_if<data_type> in_if_type;
1235 typedef sc_port<in_if_type,1,SC_ONE_OR_MORE_BOUND> in_port_type;
1328 m_pos_finder_p = new sc_event_finder_t<in_if_type>(
1329 *this, &in_if_type::posedge_event );
1340 m_neg_finder_p = new sc_event_finder_t<in_if_type>(
1341 *this, &in_if_type::negedge_event );
1370 this_type& operator = ( const in_if_type& interface_ )
1387 void initialize( const in_if_type& interface_ )
1404 m_change_finder_p = new sc_event_finder_t<in_if_type>(
1405 *this, &in_if_type::value_changed_event );
1470 typedef sc_signal_in_if<data_type> in_if_type;
1471 typedef sc_port<in_if_type,1,SC_ONE_OR_MORE_BOUND> in_port_type;
1564 m_pos_finder_p = new sc_event_finder_t<in_if_type>(
1565 *this, &in_if_type::posedge_event );
1576 m_neg_finder_p = new sc_event_finder_t<in_if_type>(
1577 *this, &in_if_type::negedge_event );
1606 this_type& operator = ( const in_if_type& interface_ )
1623 void initialize( const in_if_type& interface_ )
1640 m_change_finder_p = new sc_event_finder_t<in_if_type>(
1641 *this, &in_if_type::value_changed_event );
1708 typedef typename base_type::in_if_type in_if_type;
1761 this_type& operator = ( const in_if_type& interface_ )