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

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_stop_here.h22 sc_stop_here.h -- Function provided for debugging purposes.
32 // $Log: sc_stop_here.h,v $
58 // FUNCTION : sc_stop_here
65 sc_stop_here( const char* id, sc_severity severity );
H A Dsc_stop_here.cpp22 sc_stop_here.cpp -- Function provided for debugging purposes.
32 #include "sysc/utils/sc_stop_here.h"
74 // FUNCTION : sc_stop_here
81 sc_stop_here( const char* id, sc_severity severity ) function in namespace:sc_core
105 // $Log: sc_stop_here.cpp,v $
H A Dsc_report_handler.cpp37 #include "sysc/utils/sc_stop_here.h"
137 sc_stop_here(rep.get_msg_type(), rep.get_severity());
/gem5/src/systemc/ext/utils/
H A D_using.hh63 using sc_core::sc_stop_here;
H A Dsc_report_handler.hh142 void sc_stop_here(const char *msg_type, sc_severity);
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc291 sc_stop_here(report.get_msg_type(), report.get_severity());
366 sc_stop_here(const char *msg_type, sc_severity) function in namespace:sc_core

Completed in 11 milliseconds