CBMC
|
#include "write_stack.h"
#include <unordered_set>
#include <util/arith_tools.h>
#include <util/c_types.h>
#include <util/pointer_expr.h>
#include <util/std_expr.h>
#include "abstract_environment.h"
Go to the source code of this file.
Represents a stack of write operations to an addressable memory location
Definition in file write_stack.cpp.