MCPcopy Create free account
hub / github.com/accellera-official/systemc / what

Method what

src/sysc/kernel/sc_except.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58const char*
59sc_unwind_exception::what() const noexcept
60{
61 return ( m_is_reset ) ? "RESET" : "KILL";
62}
63
64sc_unwind_exception::~sc_unwind_exception() noexcept
65{

Callers 15

sc_handle_exceptionFunction · 0.80
sc_mainFunction · 0.80
sc_mainFunction · 0.80
do_bindFunction · 0.80
createFunction · 0.80
create_thingsFunction · 0.80
TFunction · 0.80
testFunction · 0.80
sc_mainFunction · 0.80
driverFunction · 0.80
TFunction · 0.80
test_sc_length_paramFunction · 0.80

Calls

no outgoing calls

Tested by 11

sc_mainFunction · 0.64
sc_mainFunction · 0.64
do_bindFunction · 0.64
sc_mainFunction · 0.64
driverFunction · 0.64
TFunction · 0.64
test_sc_length_paramFunction · 0.64
test_bitwise_left_shiftFunction · 0.64
test_bitwise_right_shiftFunction · 0.64
test_bitwise_left_rotateFunction · 0.64