CBMC
Loading...
Searching...
No Matches
undefined_functions.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Handling of functions without body
4
5Author: Michael Tautschnig
6
7Date: July 2016
8
9\*******************************************************************/
10
13
14#ifndef CPROVER_UNDEFINED_FUNCTIONS_H
15#define CPROVER_UNDEFINED_FUNCTIONS_H
16
17#include <iosfwd>
18
19class goto_modelt;
20
22 const goto_modelt &,
23 std::ostream &);
24
26
27#endif
void undefined_function_abort_path(goto_modelt &)
void list_undefined_functions(const goto_modelt &, std::ostream &)