|
CBMC
|
#include "build_analyzer.h"#include <analyses/ai.h>#include <analyses/call_stack_history.h>#include <analyses/constant_propagator.h>#include <analyses/dependence_graph.h>#include <analyses/interval_domain.h>#include <analyses/local_control_flow_history.h>#include <analyses/variable-sensitivity/three_way_merge_abstract_interpreter.h>#include <analyses/variable-sensitivity/variable_sensitivity_configuration.h>#include <analyses/variable-sensitivity/variable_sensitivity_dependence_graph.h>#include <analyses/variable-sensitivity/variable_sensitivity_domain.h>#include <analyses/variable-sensitivity/variable_sensitivity_object_factory.h>#include <goto-programs/goto_model.h>#include <util/message.h>#include <util/options.h>
Include dependency graph for build_analyzer.cpp: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) |
| Ideally this should be a pure function of options. More... | |
| std::unique_ptr<ai_baset> build_analyzer | ( | const optionst & | options, |
| const goto_modelt & | goto_model, | ||
| const namespacet & | ns, | ||
| message_handlert & | mh | ||
| ) |
Ideally this should be a pure function of options.
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.