CBMC
|
Base class for filtering functions. More...
#include <cover_filter.h>
Public Member Functions | |
virtual | ~function_filter_baset () |
virtual bool | operator() (const symbolt &identifier, const goto_functionst::goto_functiont &goto_function) const =0 |
Returns true if the function passes the filter criteria. | |
virtual void | report_anomalies () const |
Can be called after final filter application to report on unexpected situations encountered. | |
Base class for filtering functions.
Definition at line 23 of file cover_filter.h.
|
inlinevirtual |
Definition at line 26 of file cover_filter.h.
|
pure virtual |
Returns true if the function passes the filter criteria.
Implemented in internal_functions_filtert, file_filtert, single_function_filtert, include_pattern_filtert, and trivial_functions_filtert.
Can be called after final filter application to report on unexpected situations encountered.
Definition at line 37 of file cover_filter.h.