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

Method initialize

src/DFSProgramGenerator.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void
68DFSProgramGenerator::initialize()
69{
70 RandomNumber::CreateInstance(rDFSRndNumGenerator, seed_);
71 output_mgr_ = DFSOutputMgr::CreateInstance();
72 assert(output_mgr_);
73}
74
75std::string
76DFSProgramGenerator::get_count_prefix(const std::string &name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected