cprover
goto_program_dereference.h File Reference

Value Set. More...

Include dependency graph for goto_program_dereference.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  goto_program_dereferencet
 

Functions

void dereference (goto_programt::const_targett target, exprt &expr, const namespacet &ns, value_setst &value_sets)
 
void remove_pointers (goto_programt &goto_program, symbol_tablet &symbol_table, value_setst &value_sets)
 
void remove_pointers (goto_functionst &goto_functions, symbol_tablet &symbol_table, value_setst &value_sets)
 
void pointer_checks (goto_programt &goto_program, symbol_tablet &symbol_table, const optionst &options, value_setst &value_sets)
 
void pointer_checks (goto_functionst &goto_functions, symbol_tablet &symbol_table, const optionst &options, value_setst &value_sets)
 

Detailed Description

Value Set.

Definition in file goto_program_dereference.h.

Function Documentation

§ dereference()

void dereference ( goto_programt::const_targett  target,
exprt expr,
const namespacet ns,
value_setst value_sets 
)

§ pointer_checks() [1/2]

void pointer_checks ( goto_programt goto_program,
symbol_tablet symbol_table,
const optionst options,
value_setst value_sets 
)

§ pointer_checks() [2/2]

void pointer_checks ( goto_functionst goto_functions,
symbol_tablet symbol_table,
const optionst options,
value_setst value_sets 
)

§ remove_pointers() [1/2]

§ remove_pointers() [2/2]

void remove_pointers ( goto_functionst goto_functions,
symbol_tablet symbol_table,
value_setst value_sets 
)