CBMC
|
Filters functions that match the provided pattern. More...
#include <cover_filter.h>
Public Member Functions | |
include_pattern_filtert (const std::string &cover_include_pattern) | |
bool | operator() (const symbolt &identifier, const goto_functionst::goto_functiont &goto_function) const override |
Filter functions whose name matches the regex. 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... | |
Private Attributes | |
std::regex | regex_matcher |
Filters functions that match the provided pattern.
Definition at line 174 of file cover_filter.h.
|
inlineexplicit |
Definition at line 177 of file cover_filter.h.
|
overridevirtual |
Filter functions whose name matches the regex.
function | the function under consideration |
goto_function | a goto function |
Implements function_filter_baset.
Definition at line 81 of file cover_filter.cpp.
|
private |
Definition at line 187 of file cover_filter.h.