Searched refs:i_f (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/tests/systemc/1666-2011-compliance/virtual_bind/
H A Dvirtual_bind.cpp41 struct i_f: virtual sc_interface struct in inherits:sc_interface
46 struct Chan: i_f, sc_module
56 struct my_port: sc_port<i_f>
58 void bind(i_f& _if)
69 void bind(i_f& _if)
71 sc_port<i_f>::bind(_if);
76 struct my_export: sc_export<i_f>
78 void bind(i_f& _if)
89 void bind(i_f& _if)
91 sc_export<i_f>
[all...]
/gem5/src/systemc/tests/systemc/compliance_1666/test234/
H A Dtest234.cpp9 struct i_f: virtual sc_interface struct in inherits:sc_interface
14 struct Chan: i_f, sc_object
20 struct Port: sc_port<i_f,0>
24 return *new sc_event_finder_t<i_f>( *this, &i_f::event );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp82 struct i_f: virtual sc_interface struct in inherits:sc_interface
90 sc_vector<sc_port<i_f> > ports;
112 sc_port<i_f> port;
129 struct Target: public sc_module, private i_f
131 sc_export<i_f> xp;
226 sc_vector_assembly< Initiator1, sc_port<i_f> > assembly = sc_assemble_vector(initiator_vec, &Initiator1::port);
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp60 struct i_f: virtual sc_interface struct in inherits:sc_interface
81 struct Chan: i_f, sc_object
92 sc_port<i_f>* p;
97 p = new sc_port<i_f>;
109 sc_export<i_f>* xp;
114 xp = new sc_export<i_f>;
/gem5/src/systemc/tests/systemc/compliance_1666/test209/
H A Dtest209.cpp9 struct i_f: virtual sc_interface struct in inherits:sc_interface
13 struct Chan: i_f, sc_object
/gem5/src/systemc/tests/systemc/compliance_1666/test200/
H A Dtest200.cpp5 struct i_f: virtual sc_interface struct in inherits:sc_interface
9 struct Chan: i_f, sc_object
13 struct Port: sc_port<i_f>

Completed in 14 milliseconds