Searched refs:sc_bind_proxy (Results 1 - 7 of 7) sorted by relevance

/gem5/src/systemc/ext/core/
H A Dsc_module.hh82 class sc_bind_proxy class in namespace:sc_core
89 sc_bind_proxy();
90 sc_bind_proxy(sc_interface &_interface);
91 sc_bind_proxy(sc_port_base &_port);
97 extern const sc_bind_proxy SC_BIND_PROXY_NIL;
113 void operator () (const sc_bind_proxy &p001,
114 const sc_bind_proxy &p002 = SC_BIND_PROXY_NIL,
115 const sc_bind_proxy &p003 = SC_BIND_PROXY_NIL,
116 const sc_bind_proxy &p004 = SC_BIND_PROXY_NIL,
117 const sc_bind_proxy
[all...]
H A D_using.hh92 using sc_core::sc_bind_proxy;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module.cpp112 // STRUCT : sc_bind_proxy
118 sc_bind_proxy::sc_bind_proxy() function in class:sc_core::sc_bind_proxy
123 sc_bind_proxy::sc_bind_proxy( sc_interface& iface_ ) function in class:sc_core::sc_bind_proxy
128 sc_bind_proxy::sc_bind_proxy( sc_port_base& port_ ) function in class:sc_core::sc_bind_proxy
134 const sc_bind_proxy SC_BIND_PROXY_NIL;
581 sc_module::operator () ( const sc_bind_proxy& p001,
582 const sc_bind_proxy
[all...]
H A Dsc_module.h53 // STRUCT : sc_bind_proxy
59 struct sc_bind_proxy struct in namespace:sc_core
64 sc_bind_proxy();
65 sc_bind_proxy( sc_interface& );
66 sc_bind_proxy( sc_port_base& );
70 extern const sc_bind_proxy SC_BIND_PROXY_NIL;
321 void operator () ( const sc_bind_proxy& p001,
322 const sc_bind_proxy& p002 = SC_BIND_PROXY_NIL,
323 const sc_bind_proxy& p003 = SC_BIND_PROXY_NIL,
324 const sc_bind_proxy
[all...]
/gem5/src/systemc/core/
H A Dsc_module.cc106 sc_bind_proxy::sc_bind_proxy() : _interface(nullptr), _port(nullptr) {} function in class:sc_core::sc_bind_proxy
108 sc_bind_proxy::sc_bind_proxy(sc_interface &_interface) : function in class:sc_core::sc_bind_proxy
112 sc_bind_proxy::sc_bind_proxy(sc_port_base &_port) : function in class:sc_core::sc_bind_proxy
116 const sc_bind_proxy SC_BIND_PROXY_NIL;
127 sc_module::operator () (const sc_bind_proxy &p001,
128 const sc_bind_proxy &p002,
129 const sc_bind_proxy
[all...]
H A Dmodule.hh125 void bindPorts(std::vector<const ::sc_core::sc_bind_proxy *> &proxies);
H A Dmodule.cc107 Module::bindPorts(std::vector<const ::sc_core::sc_bind_proxy *> &proxies)

Completed in 13 milliseconds