cprover
mm_io.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Perform Memory-mapped I/O instrumentation
4 
5 Author: Daniel Kroening
6 
7 Date: April 2017
8 
9 \*******************************************************************/
10 
13 
14 #ifndef CPROVER_GOTO_PROGRAMS_MM_IO_H
15 #define CPROVER_GOTO_PROGRAMS_MM_IO_H
16 
18 
19 void mm_io(const symbol_tablet &, goto_functionst &);
20 void mm_io(goto_modelt &);
21 
22 #endif // CPROVER_GOTO_PROGRAMS_MM_IO_H
symbol_tablet
The symbol table.
Definition: symbol_table.h:20
goto_model.h
Symbol Table + CFG.
goto_modelt
Definition: goto_model.h:26
mm_io
void mm_io(const symbol_tablet &, goto_functionst &)
Definition: mm_io.cpp:104
goto_functionst
A collection of goto functions.
Definition: goto_functions.h:23