cprover
Loading...
Searching...
No Matches
race_check.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Race Detection for Threaded Goto Programs
4
5Author: Daniel Kroening
6
7Date: February 2006
8
9\*******************************************************************/
10
13
14#ifndef CPROVER_GOTO_INSTRUMENT_RACE_CHECK_H
15#define CPROVER_GOTO_INSTRUMENT_RACE_CHECK_H
16
18
19class goto_modelt;
20class value_setst;
21
22void race_check(
24 class symbol_tablet &,
25 const irep_idt &function_id,
27 const goto_functionst::goto_functiont &goto_function,
28#endif
29 goto_programt &goto_program);
30
32
33#endif // CPROVER_GOTO_INSTRUMENT_RACE_CHECK_H
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition ai.h:564
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
Definition dstring.h:37
::goto_functiont goto_functiont
A generic container class for the GOTO intermediate representation of one function.
The symbol table.
Goto Programs with Functions.
void race_check(value_setst &, class symbol_tablet &, const irep_idt &function_id, goto_programt &goto_program)