cprover
|
Dump C from Goto Program. More...
#include <goto-programs/goto_functions.h>
Go to the source code of this file.
Functions | |
void | dump_c (const goto_functionst &src, const bool use_system_headers, const bool use_all_headers, const namespacet &ns, std::ostream &out) |
void | dump_cpp (const goto_functionst &src, const bool use_system_headers, const bool use_all_headers, const namespacet &ns, std::ostream &out) |
Dump C from Goto Program.
Definition in file dump_c.h.
void dump_c | ( | const goto_functionst & | src, |
const bool | use_system_headers, | ||
const bool | use_all_headers, | ||
const namespacet & | ns, | ||
std::ostream & | out | ||
) |
Definition at line 1644 of file dump_c.cpp.
References new_ansi_c_language().
Referenced by clobber_parse_optionst::doit(), and goto_instrument_parse_optionst::doit().
void dump_cpp | ( | const goto_functionst & | src, |
const bool | use_system_headers, | ||
const bool | use_all_headers, | ||
const namespacet & | ns, | ||
std::ostream & | out | ||
) |
Definition at line 1656 of file dump_c.cpp.
References new_cpp_language().
Referenced by goto_instrument_parse_optionst::doit().