|
CBMC
|
#include "nondet_volatile.h"#include <util/cmdline.h>#include <util/fresh_symbol.h>#include <util/options.h>#include <util/pointer_expr.h>#include <util/std_code.h>#include <util/std_expr.h>#include <util/string_utils.h>#include <util/symbol_table.h>#include <goto-programs/goto_model.h>
Include dependency graph for nondet_volatile.cpp:Go to the source code of this file.
Classes | |
| class | nondet_volatilet |
Functions | |
| void | parse_nondet_volatile_options (const cmdlinet &cmdline, optionst &options) |
| void | nondet_volatile (goto_modelt &goto_model, const optionst &options) |
| Havoc reads from volatile expressions, if enabled in the options. More... | |
Volatile Variables
Definition in file nondet_volatile.cpp.
| void nondet_volatile | ( | goto_modelt & | goto_model, |
| const optionst & | options | ||
| ) |
Havoc reads from volatile expressions, if enabled in the options.
| goto_model | the goto model in which to havoc volatile reads |
| options | command line options |
Definition at line 455 of file nondet_volatile.cpp.
Definition at line 409 of file nondet_volatile.cpp.