MCPcopy Create free account
hub / github.com/csmith-project/csmith / VectorFilter

Method VectorFilter

src/VectorFilter.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40using namespace std;
41
42VectorFilter::VectorFilter(void)
43 : ptable(NULL),
44 flag_(FILTER_OUT)
45{
46 //Nothing to do
47}
48
49VectorFilter::VectorFilter(DistributionTable *table)
50 : ptable(table),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected