|
cprover
|
#include <validate_goto_model.h>
Public Types | |
| enum class | set_optionst { all_true , all_false } |
Public Member Functions | |
| goto_model_validation_optionst ()=default | |
| goto_model_validation_optionst (set_optionst flag_option) | |
Public Attributes | |
| bool | entry_point_exists = false |
| bool | check_returns_removed = true |
Private Member Functions | |
| void | set_all_flags (bool options_value) |
Definition at line 15 of file validate_goto_model.h.
|
strong |
| Enumerator | |
|---|---|
| all_true | |
| all_false | |
Definition at line 33 of file validate_goto_model.h.
|
default |
|
inlineexplicit |
Definition at line 39 of file validate_goto_model.h.
|
inlineprivate |
Definition at line 24 of file validate_goto_model.h.
| bool goto_model_validation_optionst::check_returns_removed = true |
Definition at line 21 of file validate_goto_model.h.
| bool goto_model_validation_optionst::entry_point_exists = false |
Definition at line 20 of file validate_goto_model.h.