14 #ifndef CPROVER_GOTO_INSTRUMENT_REMOVE_FUNCTION_H
15 #define CPROVER_GOTO_INSTRUMENT_REMOVE_FUNCTION_H
32 const std::list<std::string> &names,
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
void remove_function(goto_modelt &, const irep_idt &identifier, message_handlert &)
Remove the body of function "identifier" such that an analysis will treat it as a side-effect free fu...
void remove_functions(goto_modelt &, const std::list< std::string > &names, message_handlert &)
Remove the body of all functions listed in "names" such that an analysis will treat it as a side-effe...