|
cprover
|
Write GOTO binaries. More...
Include dependency graph for write_goto_binary.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | GOTO_BINARY_VERSION 4 |
Functions | |
| bool | write_goto_binary (std::ostream &out, const goto_modelt &, int version=4) |
| Writes a goto program to disc. More... | |
| bool | write_goto_binary (std::ostream &out, const symbol_tablet &, const goto_functionst &, int version=4) |
| Writes a goto program to disc. More... | |
| bool | write_goto_binary (const std::string &filename, const goto_modelt &, message_handlert &) |
| Writes a goto program to disc. More... | |
Write GOTO binaries.
Definition in file write_goto_binary.h.
| #define GOTO_BINARY_VERSION 4 |
Definition at line 15 of file write_goto_binary.h.
| bool write_goto_binary | ( | std::ostream & | out, |
| const goto_modelt & | , | ||
| int | version = 4 |
||
| ) |
Writes a goto program to disc.
Definition at line 127 of file write_goto_binary.cpp.
| bool write_goto_binary | ( | std::ostream & | out, |
| const symbol_tablet & | , | ||
| const goto_functionst & | , | ||
| int | version = 4 |
||
| ) |
Writes a goto program to disc.
Definition at line 140 of file write_goto_binary.cpp.
| bool write_goto_binary | ( | const std::string & | filename, |
| const goto_modelt & | , | ||
| message_handlert & | |||
| ) |
Writes a goto program to disc.
Definition at line 168 of file write_goto_binary.cpp.