|
CBMC
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | transform_assertions_assumptions (const optionst &options, goto_modelt &goto_model) |
Handle the options "assertions", "built-in-assertions", "assumptions" to remove assertions and assumptions in goto_model when these are set to false in options. More... | |
| void | transform_assertions_assumptions (const optionst &options, goto_programt &goto_program) |
Handle the options "assertions", "built-in-assertions", "assumptions" to remove assertions and assumptions in goto_program when these are set to false in options. More... | |
Checks for Errors in C and Java Programs
Definition in file goto_check.h.
| void transform_assertions_assumptions | ( | const optionst & | options, |
| goto_modelt & | goto_model | ||
| ) |
Handle the options "assertions", "built-in-assertions", "assumptions" to remove assertions and assumptions in goto_model when these are set to false in options.
Definition at line 57 of file goto_check.cpp.
| void transform_assertions_assumptions | ( | const optionst & | options, |
| goto_programt & | goto_program | ||
| ) |
Handle the options "assertions", "built-in-assertions", "assumptions" to remove assertions and assumptions in goto_program when these are set to false in options.
Definition at line 80 of file goto_check.cpp.