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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.h355 inline sc_report* get_last_report() { return m_last_report_p; }
364 delete m_last_report_p;
365 m_last_report_p = last_p;
424 sc_report* m_last_report_p; // last report this process. member in class:sc_core::sc_process_b
H A Dsc_process.cpp559 m_last_report_p(0),
611 delete m_last_report_p;

Completed in 10 milliseconds