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

/gem5/src/systemc/ext/dt/int/
H A Dsc_uint_base.hh89 class sc_uint_subref;
112 extern template class sc_vpool<sc_dt::sc_uint_subref>;
278 friend class sc_uint_subref;
370 // CLASS : sc_uint_subref
375 class sc_uint_subref : public sc_uint_subref_r class in namespace:sc_dt
378 friend class sc_core::sc_vpool<sc_uint_subref>;
382 sc_uint_subref() : sc_uint_subref_r() {} function in class:sc_dt::sc_uint_subref
385 sc_uint_subref(const sc_uint_subref &init) : sc_uint_subref_r(init) {} function in class:sc_dt::sc_uint_subref
389 sc_uint_subref
[all...]
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_uint_base.h95 class sc_uint_subref;
311 friend class sc_uint_subref;
431 // CLASS : sc_uint_subref
436 class sc_uint_subref class in namespace:sc_dt
440 friend class sc_core::sc_vpool<sc_uint_subref>;
446 sc_uint_subref() : sc_uint_subref_r() function in class:sc_dt::sc_uint_subref
450 sc_uint_subref( const sc_uint_subref& init ) : sc_uint_subref_r(init) function in class:sc_dt::sc_uint_subref
457 sc_uint_subref& operator = ( uint_type v );
459 sc_uint_subref
[all...]
H A Dsc_uint_base.cpp23 sc_signed, sc_unsigned, and definitions for sc_uint_subref.
233 // CLASS : sc_uint_subref
238 sc_core::sc_vpool<sc_uint_subref> sc_uint_subref::m_pool(9);
242 sc_uint_subref&
243 sc_uint_subref::operator = ( uint_type v )
254 sc_uint_subref&
255 sc_uint_subref::operator = ( const sc_signed& a )
261 sc_uint_subref&
262 sc_uint_subref
[all...]
/gem5/src/systemc/dt/int/
H A Dsc_uint_base.cc23 sc_signed, sc_unsigned, and definitions for sc_uint_subref.
79 template class sc_vpool<sc_dt::sc_uint_subref>;
240 // CLASS : sc_uint_subref
245 sc_core::sc_vpool<sc_uint_subref> sc_uint_subref::m_pool(9);
249 sc_uint_subref &
250 sc_uint_subref::operator = (uint_type v)
261 sc_uint_subref &
262 sc_uint_subref::operator = (const sc_signed &a)
268 sc_uint_subref
[all...]

Completed in 14 milliseconds