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

/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_signed.h193 class sc_signed_sigref;
220 virtual sc_signed_sigref& select_part( int left, int right );
246 friend class sc_signed_sigref;
275 // CLASS : sc_signed_sigref
279 class sc_signed_sigref : public sc_dt::sc_signed_subref_r class in namespace:sc_core
282 sc_signed_sigref() : sc_dt::sc_signed_subref_r() {} function in class:sc_core::sc_signed_sigref
283 virtual ~sc_signed_sigref() {}
302 inline void operator = ( const sc_signed_sigref& v );
311 static sc_vpool<sc_signed_sigref> m_pool; // Pool of objects to use.
319 sc_signed_sigref( cons
[all...]

Completed in 7 milliseconds