CBMC
Loading...
Searching...
No Matches
value_set_fi_fp_removal.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: value_set_fi_Fp_removal
4
5Author: Daniel Kroening, kroening@kroening.com
6
7\*******************************************************************/
8
11
12#ifndef CPROVER_GOTO_INSTRUMENT_VALUE_SET_FI_FP_REMOVAL_H
13#define CPROVER_GOTO_INSTRUMENT_VALUE_SET_FI_FP_REMOVAL_H
14
15class goto_modelt;
21// guarantee removal of all function pointers.
25 goto_modelt &goto_model,
26 message_handlert &message_handler);
27
28#endif // CPROVER_GOTO_INSTRUMENT_VALUE_SET_FI_FP_REMOVAL_H
void value_set_fi_fp_removal(goto_modelt &goto_model, message_handlert &message_handler)
Builds the flow-insensitive value set for all function pointers and replaces function pointers with a...