|
CBMC
|
#include <memory>
Include dependency graph for build_analyzer.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| std::unique_ptr< ai_baset > | build_analyzer (const optionst &options, const goto_modelt &goto_model, const namespacet &ns, message_handlert &mh) |
| Build an abstract interpreter configured by the options. More... | |
| std::unique_ptr<ai_baset> build_analyzer | ( | const optionst & | options, |
| const goto_modelt & | goto_model, | ||
| const namespacet & | ns, | ||
| message_handlert & | mh | ||
| ) |
Build an abstract interpreter configured by the options.
This may require options for:
Build an abstract interpreter configured by the options.
However at the moment some domains require the goto_model or parts of it
Definition at line 30 of file build_analyzer.cpp.