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

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_buffer.h111 if( !base_type::policy_type::check_write(this,true) )
124 base_type::policy_type::update();
H A Dsc_signal.cpp149 if( !policy_type::check_port( this, &port_, is_output ) )
161 if ( !policy_type::check_write(this, value_changed) )
191 policy_type::update();
272 if( !policy_type::check_port( this, &port_, is_output ) )
285 if ( !policy_type::check_write(this, value_changed) )
316 policy_type::update();
H A Dsc_signal.h82 typedef sc_writer_policy_check<POL> policy_type; typedef in class:sc_core::sc_signal
215 if( !policy_type::check_port( this, &port_, is_output ) )
228 if ( !policy_type::check_write(this, value_changed) )
260 policy_type::update();
292 typedef sc_writer_policy_check<POL> policy_type; typedef in class:sc_core::sc_signal
455 typedef sc_writer_policy_check<POL> policy_type; typedef in class:sc_core::sc_signal

Completed in 5 milliseconds