CBMC
value_set_fi_fp_removal.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: value_set_fi_Fp_removal
4 
5 Author: 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 
15 class goto_modelt;
16 class message_handlert;
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...