Searched refs:sc_report_handler_proc (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.h56 typedef void (* sc_report_handler_proc)(const sc_report&, const sc_actions &); typedef in namespace:sc_core
105 static sc_report_handler_proc set_handler(sc_report_handler_proc);
106 static sc_report_handler_proc get_handler();
152 static sc_report_handler_proc handler;
H A Dsc_report_handler.cpp558 sc_report_handler_proc
559 sc_report_handler::set_handler(sc_report_handler_proc handler_)
561 sc_report_handler_proc old = handler;
566 sc_report_handler_proc
700 sc_report_handler_proc sc_report_handler::handler =
/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh64 typedef void (*sc_report_handler_proc)(const sc_report &, const sc_actions &); typedef in namespace:sc_core
106 static void set_handler(sc_report_handler_proc);
H A D_using.hh60 using sc_core::sc_report_handler_proc;
/gem5/src/systemc/utils/
H A Dreport.cc70 sc_core::sc_report_handler_proc reportHandlerProc =
H A Dreport.hh106 extern sc_core::sc_report_handler_proc reportHandlerProc;
H A Dsc_report_handler.cc274 sc_report_handler::set_handler(sc_report_handler_proc proc)
/gem5/src/systemc/core/
H A Dscheduler.cc508 ::sc_core::sc_report_handler_proc old_handler = reportHandlerProc;

Completed in 14 milliseconds