CBMC
|
Dump Loop Contracts as JSON. More...
Go to the source code of this file.
Macros | |
#define | OPT_DUMP_LOOP_CONTRACTS "(json-output):(dump-loop-contracts)" |
#define | HELP_DUMP_LOOP_CONTRACTS |
Functions | |
void | dump_loop_contracts (goto_modelt &goto_model, const std::map< loop_idt, exprt > &invariant_map, const std::map< loop_idt, std::set< exprt >> &assigns_map, const std::string &json_output_str, std::ostream &out) |
Dump Loop Contracts as JSON.
Definition in file dump_loop_contracts.h.
#define HELP_DUMP_LOOP_CONTRACTS |
Definition at line 30 of file dump_loop_contracts.h.
#define OPT_DUMP_LOOP_CONTRACTS "(json-output):(dump-loop-contracts)" |
Definition at line 27 of file dump_loop_contracts.h.
void dump_loop_contracts | ( | goto_modelt & | goto_model, |
const std::map< loop_idt, exprt > & | invariant_map, | ||
const std::map< loop_idt, std::set< exprt >> & | assigns_map, | ||
const std::string & | json_output_str, | ||
std::ostream & | out | ||
) |
Definition at line 19 of file dump_loop_contracts.cpp.