|
CBMC
|
Inheritance diagram for havoc_generate_function_bodiest:
Collaboration diagram for havoc_generate_function_bodiest:Public Member Functions | |
| havoc_generate_function_bodiest (std::vector< irep_idt > globals_to_havoc, std::regex parameters_to_havoc, const c_object_factory_parameterst &object_factory_parameters, message_handlert &message_handler) | |
| havoc_generate_function_bodiest (std::vector< irep_idt > globals_to_havoc, std::vector< std::size_t > param_numbers_to_havoc, const c_object_factory_parameterst &object_factory_parameters, message_handlert &message_handler) | |
Public Member Functions inherited from generate_function_bodiest | |
| virtual | ~generate_function_bodiest ()=default |
| void | generate_function_body (goto_functiont &function, symbol_tablet &symbol_table, const irep_idt &function_name) const |
| Replace the function body with one based on the replace_function_body class being used. | |
Protected Member Functions | |
| void | generate_function_body_impl (goto_functiont &function, symbol_tablet &symbol_table, const irep_idt &function_name) const override |
| Produce a body for the passed function At this point the body of function is always empty, and all function parameters have identifiers. | |
Private Member Functions | |
| void | havoc_expr_rec (const exprt &lhs, const std::size_t initial_depth, const source_locationt &source_location, const irep_idt &function_id, symbol_tablet &symbol_table, goto_programt &dest) const |
| bool | should_havoc_param (const std::string ¶m_name, std::size_t param_number) const |
Private Attributes | |
| const std::vector< irep_idt > | globals_to_havoc |
| std::optional< std::regex > | parameters_to_havoc |
| std::optional< std::vector< std::size_t > > | param_numbers_to_havoc |
| const c_object_factory_parameterst & | object_factory_parameters |
| messaget | message |
Definition at line 133 of file generate_function_bodies.cpp.
|
inline |
Definition at line 136 of file generate_function_bodies.cpp.
|
inline |
Definition at line 149 of file generate_function_bodies.cpp.
|
inlineoverrideprotectedvirtual |
Produce a body for the passed function At this point the body of function is always empty, and all function parameters have identifiers.
| function | whose body to generate |
| symbol_table | of the current goto program |
| function_name | Identifier of function |
Implements generate_function_bodiest.
Definition at line 218 of file generate_function_bodies.cpp.
|
inlineprivate |
Definition at line 163 of file generate_function_bodies.cpp.
|
inlineprivate |
Definition at line 199 of file generate_function_bodies.cpp.
Definition at line 357 of file generate_function_bodies.cpp.
|
mutableprivate |
Definition at line 361 of file generate_function_bodies.cpp.
|
private |
Definition at line 360 of file generate_function_bodies.cpp.
|
private |
Definition at line 359 of file generate_function_bodies.cpp.
|
private |
Definition at line 358 of file generate_function_bodies.cpp.