CBMC
|
Detection for Uninitialized Local Variables. More...
#include <iosfwd>
Go to the source code of this file.
Macros | |
#define | OPT_UNINITIALIZED_CHECK "(uninitialized-check)" |
#define | HELP_UNINITIALIZED_CHECK |
Functions | |
void | add_uninitialized_locals_assertions (goto_modelt &) |
void | show_uninitialized (const goto_modelt &, std::ostream &out) |
Detection for Uninitialized Local Variables.
Definition in file uninitialized.h.
#define HELP_UNINITIALIZED_CHECK |
Definition at line 29 of file uninitialized.h.
#define OPT_UNINITIALIZED_CHECK "(uninitialized-check)" |
Definition at line 27 of file uninitialized.h.
void add_uninitialized_locals_assertions | ( | goto_modelt & | goto_model | ) |
Definition at line 190 of file uninitialized.cpp.
void show_uninitialized | ( | const goto_modelt & | goto_model, |
std::ostream & | out | ||
) |
Definition at line 200 of file uninitialized.cpp.