Remove Indirect Function Calls. More...
Go to the source code of this file.
call_type can be converted to produce a function call of the same type as function_type. Remove Indirect Function Calls.
Definition in file remove_function_pointers.h.
Returns true iff call_type can be converted to produce a function call of the same type as function_type.
Definition at line 129 of file remove_function_pointers.cpp.
returns true iff any of the given goto functions has function calls via a function pointer
Definition at line 562 of file remove_function_pointers.cpp.
returns true iff the given goto model has function calls via a function pointer
Definition at line 571 of file remove_function_pointers.cpp.
Replace a call to a dynamic function at location target in the given goto-program by a case-split over a given set of functions.
Definition at line 379 of file remove_function_pointers.cpp.
Definition at line 535 of file remove_function_pointers.cpp.