CBMC
uninitialized.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Detection for Uninitialized Local Variables
4
5
Author: Daniel Kroening
6
7
Date: January 2010
8
9
\*******************************************************************/
10
13
14
#ifndef CPROVER_GOTO_INSTRUMENT_UNINITIALIZED_H
15
#define CPROVER_GOTO_INSTRUMENT_UNINITIALIZED_H
16
17
#include <iosfwd>
18
19
class
goto_modelt
;
20
21
void
add_uninitialized_locals_assertions
(
goto_modelt
&);
22
23
void
show_uninitialized
(
24
const
goto_modelt
&,
25
std::ostream &out);
26
27
#define OPT_UNINITIALIZED_CHECK "(uninitialized-check)"
28
29
#define HELP_UNINITIALIZED_CHECK \
30
" {y--uninitialized-check} \t "
\
31
"add checks for uninitialized locals (experimental)\n"
32
33
#endif
// CPROVER_GOTO_INSTRUMENT_UNINITIALIZED_H
goto_modelt
Definition:
goto_model.h:27
add_uninitialized_locals_assertions
void add_uninitialized_locals_assertions(goto_modelt &)
Definition:
uninitialized.cpp:190
show_uninitialized
void show_uninitialized(const goto_modelt &, std::ostream &out)
Definition:
uninitialized.cpp:200
src
goto-instrument
uninitialized.h
Generated by
1.9.1