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

Method OutputHashFuncDecl

src/OutputMgr.cpp:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void
213OutputMgr::OutputHashFuncDecl(std::ostream &out)
214{
215 out << "void " << OutputMgr::hash_func_name << "(void);";
216 out << std::endl << std::endl;
217}
218
219void
220OutputMgr::OutputStepHashFuncDecl(std::ostream &out)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected