cprover
|
#include <iosfwd>
Go to the source code of this file.
Functions | |
bool | static_verifier (const goto_modelt &, const ai_baset &, const optionst &, message_handlert &, std::ostream &) |
Runs the analyzer and then prints out the domain. More... | |
bool static_verifier | ( | const goto_modelt & | goto_model, |
const ai_baset & | ai, | ||
const optionst & | options, | ||
message_handlert & | message_handler, | ||
std::ostream & | out | ||
) |
Runs the analyzer and then prints out the domain.
goto_model | the program analyzed |
ai | the abstract interpreter after it has been run to fix point |
options | the parsed user options |
message_handler | the system message handler |
out | output stream for the printing |
Definition at line 27 of file static_verifier.cpp.
References ai_baset::abstract_state_before(), ai_domain_baset::ai_simplify(), messaget::eom(), forall_goto_functions, forall_goto_program_instructions, optionst::get_bool_option(), goto_modelt::goto_functions, id2string(), INVARIANT, ai_domain_baset::is_bottom(), exprt::is_false(), exprt::is_true(), json(), jsont::make_object(), message_handler, xmlt::new_element(), messaget::progress(), json_arrayt::push_back(), xmlt::set_attribute(), messaget::status(), and goto_modelt::symbol_table.
Referenced by janalyzer_parse_optionst::perform_analysis(), and goto_analyzer_parse_optionst::perform_analysis().