cprover
branch.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Branch Instrumentation
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_GOTO_INSTRUMENT_BRANCH_H
13
#define CPROVER_GOTO_INSTRUMENT_BRANCH_H
14
15
#include <
goto-programs/goto_functions.h
>
16
17
void
branch
(
18
symbol_tablet
&symbol_table,
19
goto_functionst
&goto_functions,
20
const
irep_idt
&
id
);
21
22
#endif // CPROVER_GOTO_INSTRUMENT_BRANCH_H
goto_functions.h
Goto Programs with Functions.
symbol_tablet
The symbol table.
Definition:
symbol_table.h:52
goto_functionst
Definition:
goto_functions.h:20
dstringt
Definition:
dstring.h:21
branch
void branch(symbol_tablet &symbol_table, goto_functionst &goto_functions, const irep_idt &id)
Definition:
branch.cpp:19
goto-instrument
branch.h
Generated by
1.8.14