cprover
code_contracts.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Verify and use annotated invariants and pre/post-conditions
4 
5 Author: Michael Tautschnig
6 
7 Date: February 2016
8 
9 \*******************************************************************/
10 
13 
14 #ifndef CPROVER_GOTO_INSTRUMENT_CODE_CONTRACTS_H
15 #define CPROVER_GOTO_INSTRUMENT_CODE_CONTRACTS_H
16 
17 class goto_functionst;
18 class symbol_tablet;
19 
20 void code_contracts(
21  symbol_tablet &symbol_table,
22  goto_functionst &goto_functions);
23 
24 #endif // CPROVER_GOTO_INSTRUMENT_CODE_CONTRACTS_H
The symbol table.
Definition: symbol_table.h:52
void code_contracts(symbol_tablet &symbol_table, goto_functionst &goto_functions)