CBMC
|
Set the properties to check. More...
Go to the source code of this file.
Functions | |
void | set_properties (goto_functionst &goto_functions, const std::list< std::string > &properties) |
void | set_properties (goto_modelt &goto_model, const std::list< std::string > &properties) |
void | label_properties (goto_functionst &) |
void | label_properties (irep_idt function_identifier, goto_programt &) |
void | label_properties (goto_modelt &) |
Set the properties to check.
Definition in file set_properties.h.
void label_properties | ( | goto_functionst & | goto_functions | ) |
Definition at line 130 of file set_properties.cpp.
void label_properties | ( | goto_modelt & | goto_model | ) |
Definition at line 45 of file set_properties.cpp.
void label_properties | ( | irep_idt | function_identifier, |
goto_programt & | goto_program | ||
) |
Definition at line 100 of file set_properties.cpp.
void set_properties | ( | goto_functionst & | goto_functions, |
const std::list< std::string > & | properties | ||
) |
Definition at line 113 of file set_properties.cpp.
void set_properties | ( | goto_modelt & | goto_model, |
const std::list< std::string > & | properties | ||
) |
Definition at line 106 of file set_properties.cpp.