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

/gem5/src/systemc/utils/
H A Dsc_vector.cc98 sc_vector_base::reportEmpty(const char *kind_, bool empty_dest) const argument
102 ss << "target `" << name() << "' " << "(" << kind_ << ") ";
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.cpp124 sc_vector_base::report_empty_bind( const char* kind_, bool dst_empty_ ) const argument
129 << "(" << kind_ << ") ";
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 argument
556 { vec_->report_empty_bind( kind_, dst_empty_ ); }
/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh195 void reportEmpty(const char *kind_, bool empty_dest) const;

Completed in 12 milliseconds