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

Method DFSProgramGenerator

src/DFSProgramGenerator.cpp:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49using namespace std;
50
51DFSProgramGenerator::DFSProgramGenerator(int argc, char *argv[], unsigned long seed)
52 : argc_(argc),
53 argv_(argv),
54 seed_(seed),
55 good_count_(0),
56 output_mgr_(NULL)
57{
58
59}
60
61DFSProgramGenerator::~DFSProgramGenerator()
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected