Searched refs:get_count (Results 1 - 10 of 10) sorted by relevance

/gem5/src/systemc/tests/systemc/utils/sc_report/test04/
H A Dempty_msg_id.cpp40 cout << sc_report_handler::get_count(empty_msg) << endl;
41 sc_assert( sc_report_handler::get_count(empty_msg) == 1 );
44 cout << sc_report_handler::get_count("") << endl;
45 sc_assert( sc_report_handler::get_count(empty_msg) == 2 );
49 cout << sc_report_handler::get_count(null_msg) << endl;
50 sc_assert( sc_report_handler::get_count(null_msg) == 1 );
53 cout << sc_report_handler::get_count(null_msg) << endl;
54 sc_assert( sc_report_handler::get_count(null_msg) == 2 );
/gem5/src/systemc/tests/systemc/compliance_1666/test200/
H A Dtest200.cpp71 int i_count = sc_report_handler::get_count(SC_INFO);
72 int w_count = sc_report_handler::get_count(SC_WARNING);
73 int e_count = sc_report_handler::get_count(SC_ERROR);
74 int f_count = sc_report_handler::get_count(SC_FATAL);
83 sc_assert(sc_report_handler::get_count(SC_INFO) == i_count + 1);
84 sc_assert(sc_report_handler::get_count(SC_WARNING) == w_count);
85 sc_assert(sc_report_handler::get_count(SC_ERROR) == e_count);
86 sc_assert(sc_report_handler::get_count(SC_FATAL) == f_count);
90 sc_assert(sc_report_handler::get_count(SC_INFO) == i_count + 1);
91 sc_assert(sc_report_handler::get_count(SC_WARNIN
[all...]
/gem5/src/systemc/tests/systemc/compliance_1666/test220/
H A Dtest220.cpp23 sc_assert(sc_report_handler::get_count(SC_FATAL) == 1);
29 sc_assert(sc_report_handler::get_count(SC_FATAL) == 2);
35 sc_assert(sc_report_handler::get_count(SC_FATAL) == 3);
61 sc_assert(sc_report_handler::get_count(SC_INFO) == 0);
62 sc_assert(sc_report_handler::get_count(SC_WARNING) == 0);
63 sc_assert(sc_report_handler::get_count(SC_ERROR) == 0);
64 sc_assert(sc_report_handler::get_count(SC_FATAL) == 3);
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.h94 static int get_count(sc_severity severity_);
95 static int get_count(const char* msg_type_);
96 static int get_count(const char* msg_type_, sc_severity severity_);
H A Dsc_report_handler.cpp167 int sc_report_handler::get_count(sc_severity severity_) function in class:sc_core::sc_report_handler
172 int sc_report_handler::get_count(const char* msg_type_) function in class:sc_core::sc_report_handler
182 int sc_report_handler::get_count(const char* msg_type_, sc_severity severity_) function in class:sc_core::sc_report_handler
/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh88 static int get_count(sc_severity);
89 static int get_count(const char *msg_type);
90 static int get_count(const char *msg_type, sc_severity);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_main_main.cpp103 if ( sc_report_handler::get_count( SC_ID_IEEE_1666_DEPRECATION_ ) > 0 )
/gem5/src/systemc/tests/systemc/compliance_1666/test235b/
H A Dtest235b.cpp88 sc_assert(sc_report_handler::get_count(SC_ERROR) == 7);
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc191 sc_report_handler::get_count(sc_severity severity) function in class:sc_core::sc_report_handler
197 sc_report_handler::get_count(const char *msg_type) function in class:sc_core::sc_report_handler
206 sc_report_handler::get_count(const char *msg_type, sc_severity severity) function in class:sc_core::sc_report_handler
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp193 sc_assert(sc_report_handler::get_count(SC_INFO) == 1);
336 sc_assert(sc_report_handler::get_count(SC_INFO) == 0);
337 sc_assert(sc_report_handler::get_count("foo") == 0);

Completed in 19 milliseconds