CBMC
static_show_domain.cpp File Reference
+ Include dependency graph for static_show_domain.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

◆ static_show_domain()

void 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

Definition at line 21 of file static_show_domain.cpp.