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