CBMC
|
Filters out goals with source locations considered internal. More...
#include <cover_filter.h>
Public Member Functions | |
bool | operator() (const source_locationt &) const override |
Filter goals at source locations considered internal. More... | |
Public Member Functions inherited from goal_filter_baset | |
virtual | ~goal_filter_baset () |
virtual void | report_anomalies () const |
Can be called after final filter application to report on unexpected situations encountered. More... | |
Filters out goals with source locations considered internal.
Definition at line 200 of file cover_filter.h.
|
overridevirtual |
Filter goals at source locations considered internal.
source_location | source location of the current goal |
Implements goal_filter_baset.
Definition at line 128 of file cover_filter.cpp.