Home
last modified time | relevance | path

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

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/kernel/
H A Dsc_process.h368 inline sc_report* get_last_report() { return m_last_report_p; } in get_last_report()
377 delete m_last_report_p; in set_last_report() local
378 m_last_report_p = last_p; in set_last_report()
437 sc_report* m_last_report_p; // last report this process. variable
H A Dsc_process.cpp565 m_last_report_p(0), in sc_process_b()
621 delete m_last_report_p; in ~sc_process_b()