sc_report_handler.hh (12932:f6030424cd79) sc_report_handler.hh (12997:cfc14d8f4725)
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 68 unchanged lines hidden (view full) ---

77 static sc_actions set_actions(sc_severity, sc_actions=SC_UNSPECIFIED);
78 static sc_actions set_actions(const char *msg_type,
79 sc_actions=SC_UNSPECIFIED);
80 static sc_actions set_actions(const char *msg_type, sc_severity,
81 sc_actions=SC_UNSPECIFIED);
82
83 static int stop_after(sc_severity, int limit=-1);
84 static int stop_after(const char *msg_type, int limit=-1);
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 68 unchanged lines hidden (view full) ---

77 static sc_actions set_actions(sc_severity, sc_actions=SC_UNSPECIFIED);
78 static sc_actions set_actions(const char *msg_type,
79 sc_actions=SC_UNSPECIFIED);
80 static sc_actions set_actions(const char *msg_type, sc_severity,
81 sc_actions=SC_UNSPECIFIED);
82
83 static int stop_after(sc_severity, int limit=-1);
84 static int stop_after(const char *msg_type, int limit=-1);
85 static int stop_after(const char *msg_type, sc_severity,
86 sc_actions=SC_UNSPECIFIED);
85 static int stop_after(const char *msg_type, sc_severity, int limit=-1);
87
88 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);
91
92 // Nonstandard
93 // In the spec, these aren't listed as static functions. They are static in
94 // the Accellera implementation and are used as such in the tests.

--- 56 unchanged lines hidden ---
86
87 static int get_count(sc_severity);
88 static int get_count(const char *msg_type);
89 static int get_count(const char *msg_type, sc_severity);
90
91 // Nonstandard
92 // In the spec, these aren't listed as static functions. They are static in
93 // the Accellera implementation and are used as such in the tests.

--- 56 unchanged lines hidden ---