CBMC
|
Replace calls Replaces calls to given functions with calls to other given functions. More...
#include "replace_calls.h"
#include <util/exception_utils.h>
#include <util/invariant.h>
#include <util/namespace.h>
#include <util/string_utils.h>
#include <goto-programs/goto_model.h>
#include <goto-programs/remove_returns.h>
Go to the source code of this file.
Replace calls Replaces calls to given functions with calls to other given functions.
Needs to be run after removing function pointer calls and before removing returns.
Definition in file replace_calls.cpp.