#include "generate_function_bodies.h"#include <util/fresh_symbol.h>#include <util/pointer_expr.h>#include <util/prefix.h>#include <util/string2int.h>#include <util/string_utils.h>#include <goto-programs/goto_model.h>#include <goto-programs/remove_skip.h>#include <ansi-c/c_nondet_symbol_factory.h>#include <ansi-c/goto-conversion/goto_convert.h>#include <ansi-c/goto-conversion/goto_convert_functions.h>Go to the source code of this file.
function_name (labelled with call_site_id) and instantiate its body with selective havocing of its parameters. Generate function bodies with some default behavior: assert-false, assume-false, assert-false-assume-false, havoc, nondet-return.
functions_regex Definition at line 503 of file generate_function_bodies.cpp.
Generate a clone of function_name (labelled with call_site_id) and instantiate its body with selective havocing of its parameters.
Definition at line 556 of file generate_function_bodies.cpp.
Create the type that actually generates the functions.
Definition at line 375 of file generate_function_bodies.cpp.