|
CBMC
|
#include <cover_filter.h>
Inheritance diagram for file_filtert:
Collaboration diagram for file_filtert:Public Member Functions | |
| file_filtert (const irep_idt &file_id) | |
| bool | operator() (const symbolt &identifier, const goto_functionst::goto_functiont &goto_function) const override |
| Filter out all functions except those defined in the file that is given in the constructor. | |
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. | |
Private Attributes | |
| irep_idt | file_id |
Definition at line 142 of file cover_filter.h.
Definition at line 145 of file cover_filter.h.
|
overridevirtual |
Filter out all functions except those defined in the file that is given in the constructor.
| function | the function under consideration |
| goto_function | a goto function |
function is defined in the file given in the constructor Implements function_filter_baset.
Definition at line 55 of file cover_filter.cpp.
|
private |
Definition at line 154 of file cover_filter.h.