cprover
|
Value Set. More...
#include <util/namespace.h>
#include <goto-programs/goto_model.h>
#include "value_sets.h"
#include "value_set_dereference.h"
Go to the source code of this file.
Classes | |
class | goto_program_dereferencet |
Wrapper for functions removing dereferences in expressions contained in a goto program. More... | |
Functions | |
void | dereference (const irep_idt &function_id, goto_programt::const_targett target, exprt &expr, const namespacet &, value_setst &) |
Remove dereferences in expr using value_sets to determine to what objects the pointers may be pointing to. More... | |
void | remove_pointers (goto_modelt &, value_setst &) |
Remove dereferences in all expressions contained in the program goto_model . More... | |
Value Set.
Definition in file goto_program_dereference.h.
void dereference | ( | const irep_idt & | function_id, |
goto_programt::const_targett | target, | ||
exprt & | expr, | ||
const namespacet & | , | ||
value_setst & | |||
) |
Remove dereferences in expr
using value_sets
to determine to what objects the pointers may be pointing to.
Definition at line 303 of file goto_program_dereference.cpp.
void remove_pointers | ( | goto_modelt & | goto_model, |
value_setst & | value_sets | ||
) |
Remove dereferences in all expressions contained in the program goto_model
.
value_sets
is used to determine to what objects the pointers may be pointing to.
Definition at line 285 of file goto_program_dereference.cpp.