cprover
static_verifier.cpp File Reference
#include "static_verifier.h"
#include <util/json_expr.h>
#include <util/message.h>
#include <util/namespace.h>
#include <util/options.h>
#include <goto-programs/goto_model.h>
#include <analyses/ai.h>
Include dependency graph for static_verifier.cpp:

Go to the source code of this file.

Functions

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. More...
 

Function Documentation

◆ static_verifier()

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.

Parameters
goto_modelthe program analyzed
aithe abstract interpreter after it has been run to fix point
optionsthe parsed user options
message_handlerthe system message handler
outoutput stream for the printing
Returns
: false on success with the domain printed to out

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, 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().