cprover
static_show_domain.h File Reference
#include <iosfwd>
Include dependency graph for static_show_domain.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool static_show_domain (const goto_modelt &, const ai_baset &, const optionst &, std::ostream &)
 Runs the analyzer and then prints out the domain. More...
 

Function Documentation

◆ static_show_domain()

bool static_show_domain ( const goto_modelt goto_model,
const ai_baset ai,
const optionst options,
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
outoutput stream for the printing
Returns
: false on success with the domain printed to out

Definition at line 21 of file static_show_domain.cpp.

References optionst::get_bool_option(), INVARIANT, ai_baset::output(), grapht< N >::output_dot(), ai_baset::output_json(), and ai_baset::output_xml().

Referenced by janalyzer_parse_optionst::perform_analysis(), and goto_analyzer_parse_optionst::perform_analysis().