CBMC
alignment_checks.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Alignment Checks
4 
5 Author:
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_GOTO_INSTRUMENT_ALIGNMENT_CHECKS_H
13 #define CPROVER_GOTO_INSTRUMENT_ALIGNMENT_CHECKS_H
14 
15 #include <iosfwd>
16 
17 class symbol_table_baset;
18 
20  const symbol_table_baset &symbol_table,
21  std::ostream &out);
22 
23 #endif // CPROVER_GOTO_INSTRUMENT_ALIGNMENT_CHECKS_H
void print_struct_alignment_problems(const symbol_table_baset &symbol_table, std::ostream &out)
The symbol table base class interface.