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

Method OutputHashFuncInvocation

src/OutputMgr.cpp:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void
168OutputMgr::OutputHashFuncInvocation(std::ostream &out, int indent)
169{
170 OutputMgr::output_tab_(out, indent);
171 out << OutputMgr::hash_func_name << "();" << std::endl;
172}
173
174void
175OutputMgr::OutputStepHashFuncInvocation(std::ostream &out, int indent, int stmt_id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected