Searched defs:sc_in_resolved (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/channel/
H A Dsc_in_resolved.cc37 sc_in_resolved::sc_in_resolved() : sc_in<sc_dt::sc_logic>() {} function in class:sc_core::sc_in_resolved
39 sc_in_resolved::sc_in_resolved(const char *name) : function in class:sc_core::sc_in_resolved
/gem5/src/systemc/ext/channel/
H A Dsc_in_resolved.hh45 class sc_in_resolved : public sc_in<sc_dt::sc_logic> class in namespace:sc_core
58 sc_in_resolved(const sc_in_resolved &) : sc_in<sc_dt::sc_logic>() {} function in class:sc_core::sc_in_resolved
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_resolved_ports.h44 class sc_in_resolved class in namespace:sc_core
64 sc_in_resolved() function in class:sc_core::sc_in_resolved
68 explicit sc_in_resolved( const char* name_ ) function in class:sc_core::sc_in_resolved
72 explicit sc_in_resolved( const in_if_type& interface_ ) function in class:sc_core::sc_in_resolved
76 sc_in_resolved( const char* name_, const in_if_type& interface_ ) function in class:sc_core::sc_in_resolved
80 explicit sc_in_resolved( in_port_type& parent_ ) function in class:sc_core::sc_in_resolved
84 sc_in_resolved( const char* name_, in_port_type& parent_ ) function in class:sc_core::sc_in_resolved
88 explicit sc_in_resolved( inout_port_typ function in class:sc_core::sc_in_resolved
92 sc_in_resolved( const char* name_, inout_port_type& parent_ ) function in class:sc_core::sc_in_resolved
96 sc_in_resolved( this_type& parent_ ) function in class:sc_core::sc_in_resolved
100 sc_in_resolved( const char* name_, this_type& parent_ ) function in class:sc_core::sc_in_resolved
[all...]

Completed in 6 milliseconds