CBMC
|
Volatile Variables. More...
#include "nondet_volatile.h"
#include <util/c_types.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 <goto-programs/goto_model.h>
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 456 of file nondet_volatile.cpp.
Definition at line 410 of file nondet_volatile.cpp.