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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_mant.h385 bool m_not_const; member in class:sc_dt::scfx_mant_ref
420 if( m_not_const )
428 : m_mant( 0 ), m_not_const( false )
433 : m_mant( const_cast<scfx_mant*>( &mant ) ), m_not_const( false )
438 : m_mant( mant ), m_not_const( true )
448 m_not_const = false;
460 m_not_const = true;
474 // SC_ASSERT_( m_not_const, "not allowed to modify mant" );
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_mant.hh327 bool m_not_const; member in class:sc_dt::scfx_mant_ref
358 if (m_not_const) {
363 inline scfx_mant_ref::scfx_mant_ref() : m_mant(0), m_not_const(false) {}
366 m_mant(const_cast<scfx_mant *>(& mant)), m_not_const(false)
370 m_mant(mant), m_not_const(true)
379 m_not_const = false;
390 m_not_const = true;
402 // SC_ASSERT_(m_not_const, "not allowed to modify mant");

Completed in 6 milliseconds