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

Method OutputStepHashFuncDecl

src/OutputMgr.cpp:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void
220OutputMgr::OutputStepHashFuncDecl(std::ostream &out)
221{
222 out << "void " << OutputMgr::step_hash_func_name << "(int stmt_id);";
223 out << std::endl << std::endl;
224}
225
226void
227OutputMgr::OutputHashFuncDef(std::ostream &out)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected