cprover
|
Remove Indirect Function Calls. More...
#include <util/irep.h>
Go to the source code of this file.
Functions | |
void | remove_function_pointers (message_handlert &_message_handler, goto_modelt &goto_model, bool add_safety_assertion, bool only_remove_const_fps=false) |
void | remove_function_pointers (message_handlert &_message_handler, symbol_tablet &symbol_table, goto_functionst &goto_functions, bool add_safety_assertion, bool only_remove_const_fps=false) |
bool | remove_function_pointers (message_handlert &_message_handler, symbol_tablet &symbol_table, const goto_functionst &goto_functions, goto_programt &goto_program, const irep_idt &function_id, bool add_safety_assertion, bool only_remove_const_fps=false) |
Remove Indirect Function Calls.
Definition in file remove_function_pointers.h.
void remove_function_pointers | ( | message_handlert & | _message_handler, |
goto_modelt & | goto_model, | ||
bool | add_safety_assertion, | ||
bool | only_remove_const_fps = false |
||
) |
Definition at line 557 of file remove_function_pointers.cpp.
bool remove_function_pointers | ( | message_handlert & | _message_handler, |
symbol_tablet & | symbol_table, | ||
const goto_functionst & | goto_functions, | ||
goto_programt & | goto_program, | ||
const irep_idt & | function_id, | ||
bool | add_safety_assertion, | ||
bool | only_remove_const_fps = false |
||
) |
Definition at line 519 of file remove_function_pointers.cpp.
void remove_function_pointers | ( | message_handlert & | _message_handler, |
symbol_tablet & | symbol_table, | ||
goto_functionst & | goto_functions, | ||
bool | add_safety_assertion, | ||
bool | only_remove_const_fps = false |
||
) |
Definition at line 539 of file remove_function_pointers.cpp.