Base class for replace_function_body implementations. More...
#include <generate_function_bodies.h>
Base class for replace_function_body implementations.
Definition at line 24 of file generate_function_bodies.h.
Replace the function body with one based on the replace_function_body class being used.
Definition at line 24 of file generate_function_bodies.cpp.
Produce a body for the passed function At this point the body of function is always empty, and all function parameters have identifiers.
Implemented in assume_false_generate_function_bodiest, assert_false_generate_function_bodiest, assert_false_then_assume_false_generate_function_bodiest, and havoc_generate_function_bodiest.
Generate parameter names for unnamed parameters.
CBMC expect functions to have parameter names if they are called and have a body
Definition at line 34 of file generate_function_bodies.cpp.