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

Method output_func

src/ReducerOutputMgr.cpp:322–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320 return 0;
321}
322int
323ReducerOutputMgr::output_func(const Function* f, std::ostream& out)
324{
325 output_func_header(f, out);
326 out << endl;
327 output_block(f->body, out, 0);
328 return 0;
329}
330
331void
332ReducerOutputMgr::output_pre_stm_assigns(const Statement* stm, std::ostream &out, int indent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected