CBMC
assume_false_generate_function_bodiest Class Reference
+ Inheritance diagram for assume_false_generate_function_bodiest:
+ Collaboration diagram for assume_false_generate_function_bodiest:

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. More...
 

Additional Inherited Members

- 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. More...
 

Detailed Description

Definition at line 68 of file generate_function_bodies.cpp.

Member Function Documentation

◆ generate_function_body_impl()

void assume_false_generate_function_bodiest::generate_function_body_impl ( goto_functiont function,
symbol_tablet symbol_table,
const irep_idt function_name 
) const
inlineoverrideprotectedvirtual

Produce a body for the passed function At this point the body of function is always empty, and all function parameters have identifiers.

Parameters
functionwhose body to generate
symbol_tableof the current goto program
function_nameIdentifier of function

Implements generate_function_bodiest.

Definition at line 71 of file generate_function_bodies.cpp.


The documentation for this class was generated from the following file: