cprover
race_check.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Race Detection for Threaded Goto Programs
4 
5 Author: Daniel Kroening
6 
7 Date: February 2006
8 
9 \*******************************************************************/
10 
13 
14 #ifndef CPROVER_GOTO_INSTRUMENT_RACE_CHECK_H
15 #define CPROVER_GOTO_INSTRUMENT_RACE_CHECK_H
16 
19 
20 void race_check(
21  value_setst &,
22  class symbol_tablet &,
23  const irep_idt &function_id,
24 #ifdef LOCAL_MAY
25  const goto_functionst::goto_functiont &goto_function,
26 #endif
27  goto_programt &goto_program);
28 
30 
31 #endif // CPROVER_GOTO_INSTRUMENT_RACE_CHECK_H
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.
Definition: goto_program.h:74
The symbol table.
Definition: symbol_table.h:20
Symbol Table + CFG.
void race_check(value_setst &, class symbol_tablet &, const irep_idt &function_id, goto_programt &goto_program)
Definition: race_check.cpp:268
Value Set Propagation.