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
19
void
print_struct_alignment_problems
(
20
const
symbol_table_baset
&symbol_table,
21
std::ostream &out);
22
23
#endif
// CPROVER_GOTO_INSTRUMENT_ALIGNMENT_CHECKS_H
print_struct_alignment_problems
void print_struct_alignment_problems(const symbol_table_baset &symbol_table, std::ostream &out)
Definition:
alignment_checks.cpp:22
symbol_table_baset
The symbol table base class interface.
Definition:
symbol_table_base.h:23
src
goto-instrument
alignment_checks.h
Generated by
1.9.1