CBMC
|
Filters out CPROVER internal functions. More...
#include <cover_filter.h>
Public Member Functions | |
bool | operator() (const symbolt &identifier, const goto_functionst::goto_functiont &goto_function) const override |
Filter out functions that are not considered provided by the user. More... | |
Public Member Functions inherited from function_filter_baset | |
virtual | ~function_filter_baset () |
virtual void | report_anomalies () const |
Can be called after final filter application to report on unexpected situations encountered. More... | |
Filters out CPROVER internal functions.
Definition at line 134 of file cover_filter.h.
|
overridevirtual |
Filter out functions that are not considered provided by the user.
function | the function under consideration |
goto_function | a goto function |
Implements function_filter_baset.
Definition at line 23 of file cover_filter.cpp.