|
cprover
|
Over-approximative uncaught exceptions analysis. More...
#include <algorithm>#include <map>#include <set>#include <goto-programs/goto_functions.h>#include <goto-programs/class_hierarchy.h>
Include dependency graph for uncaught_exceptions_analysis.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | uncaught_exceptions_domaint |
| class | uncaught_exceptions_analysist |
| computes in exceptions_map an overapproximation of the exceptions thrown by each method More... | |
Functions | |
| void | uncaught_exceptions (const goto_functionst &, const namespacet &, std::map< irep_idt, std::set< irep_idt >> &) |
| Applies the uncaught exceptions analysis and outputs the result. More... | |
Over-approximative uncaught exceptions analysis.
Definition in file uncaught_exceptions_analysis.h.
| void uncaught_exceptions | ( | const goto_functionst & | , |
| const namespacet & | , | ||
| std::map< irep_idt, std::set< irep_idt >> & | |||
| ) |
Applies the uncaught exceptions analysis and outputs the result.
Definition at line 222 of file uncaught_exceptions_analysis.cpp.