CBMC
|
Stack depth checks. More...
#include <cstddef>
Go to the source code of this file.
Functions | |
void | stack_depth (goto_modelt &goto_model, const std::size_t depth, message_handlert &message_handler) |
Add assertions to all user-defined functions in goto_model that the call stack depth does not exceed depth . More... | |
Stack depth checks.
Definition in file stack_depth.h.
void stack_depth | ( | goto_modelt & | goto_model, |
const std::size_t | depth, | ||
message_handlert & | message_handler | ||
) |
Add assertions to all user-defined functions in goto_model
that the call stack depth does not exceed depth
.
Warnings are reported via message_handler
.
Definition at line 83 of file stack_depth.cpp.