cprover
|
Remove function exceptional returns. More...
#include <goto-programs/goto_model.h>
Go to the source code of this file.
Macros | |
#define | EXC_SUFFIX "#exception_value" |
Functions | |
void | remove_exceptions (symbol_tablet &, goto_functionst &) |
removes throws/CATCH-POP/CATCH-PUSH More... | |
void | remove_exceptions (goto_modelt &) |
removes throws/CATCH-POP/CATCH-PUSH More... | |
Remove function exceptional returns.
Definition in file remove_exceptions.h.
#define EXC_SUFFIX "#exception_value" |
void remove_exceptions | ( | symbol_tablet & | , |
goto_functionst & | |||
) |
removes throws/CATCH-POP/CATCH-PUSH
Definition at line 445 of file remove_exceptions.cpp.
References remove_exceptions().
Referenced by goto_instrument_parse_optionst::do_indirect_call_and_rtti_removal(), symex_parse_optionst::process_goto_program(), goto_analyzer_parse_optionst::process_goto_program(), cbmc_parse_optionst::process_goto_program(), and remove_exceptions().
void remove_exceptions | ( | goto_modelt & | ) |
removes throws/CATCH-POP/CATCH-PUSH
Definition at line 454 of file remove_exceptions.cpp.
References goto_modelt::goto_functions, remove_exceptions(), and goto_modelt::symbol_table.