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

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.cpp124 sc_vector_base::report_empty_bind( const char* kind_, bool dst_empty_ ) const function in class:sc_core::sc_vector_base
H A Dsc_vector.h153 void report_empty_bind( const char* kind_, bool dst_range_ ) const;
555 void report_empty_bind( const char* kind_, bool dst_empty_ ) const function in class:sc_core::sc_vector_assembly
556 { vec_->report_empty_bind( kind_, dst_empty_ ); }
643 cont.report_empty_bind( cont.kind(), from == end );
660 cont.report_empty_bind( cont.kind(), from == end );

Completed in 12 milliseconds