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

/gem5/src/systemc/ext/dt/bit/
H A Dsc_bv_base.hh119 assign_p_(*this, a);
126 assign_p_(*this, a);
H A Dsc_proxy.hh109 inline void assign_p_(sc_proxy<X> &px, const sc_proxy<Y> &py);
216 assign_p_(*this, a);
632 assign_p_(sc_proxy<X> &px, const sc_proxy<Y> &py) function in namespace:sc_dt
H A Dsc_lv_base.hh131 assign_p_(*this, a);
138 assign_p_(*this, a);
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bv_base.h146 { assign_p_( *this, a ); return *this; }
149 { assign_p_( *this, a ); return *this; }
H A Dsc_proxy.h106 assign_p_( sc_proxy<X>& px, const sc_proxy<Y>& py );
221 { assign_p_( *this, a ); return back_cast(); }
744 assign_p_( sc_proxy<X>& px, const sc_proxy<Y>& py ) function in namespace:sc_dt
H A Dsc_lv_base.h157 { assign_p_( *this, a ); return *this; }
160 { assign_p_( *this, a ); return *this; }

Completed in 27 milliseconds