12 #ifndef CPROVER_POINTER_ANALYSIS_GOTO_PROGRAM_DEREFERENCE_H 13 #define CPROVER_POINTER_ANALYSIS_GOTO_PROGRAM_DEREFERENCE_H 37 dereference(_ns, _new_symbol_table, _options, *this, ID_nil) { }
41 bool checks_only=
false);
45 bool checks_only=
false);
71 const std::string &property,
72 const std::string &msg,
79 bool checks_only=
false);
86 const bool checks_only,
125 #endif // CPROVER_POINTER_ANALYSIS_GOTO_PROGRAM_DEREFERENCE_H std::set< exprt > assertions
virtual bool is_valid_object(const irep_idt &identifier)
Goto Programs with Functions.
source_locationt dereference_location
goto_programt::const_targett current_target
goto_program_dereferencet(const namespacet &_ns, symbol_tablet &_new_symbol_table, const optionst &_options, value_setst &_value_sets)
Symbol table entry.This is a symbol in the symbol table, stored in an object of type symbol_tablet...
void dereference_rec(exprt &expr, guardt &guard, const value_set_dereferencet::modet mode)
virtual void get_value_set(const exprt &expr, value_setst::valuest &dest)
void pointer_checks(goto_programt &goto_program)
instructionst::const_iterator const_targett
const std::set< irep_idt > * valid_local_variables
virtual void dereference_failure(const std::string &property, const std::string &msg, const guardt &guard)
A specialization of goto_program_templatet over goto programs in which instructions have codet type...
void dereference_expr(exprt &expr, const bool checks_only, const value_set_dereferencet::modet mode)
void dereference_expression(goto_programt::const_targett target, exprt &expr)
void remove_pointers(goto_programt &goto_program, symbol_tablet &symbol_table, value_setst &value_sets)
value_set_dereferencet dereference
void dereference_program(goto_programt &goto_program, bool checks_only=false)
Base class for all expressions.
virtual bool has_failed_symbol(const exprt &expr, const symbolt *&symbol)
void dereference_instruction(goto_programt::targett target, bool checks_only=false)
virtual ~goto_program_dereferencet()
std::list< exprt > valuest
instructionst::iterator targett