cprover
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 
20 
22  class symbol_tablet &symbol_table,
23  goto_functionst &goto_functions);
24 
26  const class symbol_tablet &symbol_table,
27  const goto_functionst &goto_functions,
28  std::ostream &out);
29 
30 #endif // CPROVER_GOTO_INSTRUMENT_UNINITIALIZED_H
Goto Programs with Functions.
void add_uninitialized_locals_assertions(class symbol_tablet &symbol_table, goto_functionst &goto_functions)
The symbol table.
Definition: symbol_table.h:52
void show_uninitialized(const class symbol_tablet &symbol_table, const goto_functionst &goto_functions, std::ostream &out)