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

Method Output

src/FactUnion.cpp:302–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void
303FactUnion::Output(std::ostream &out) const
304{
305 var->Output(out);
306 out << " last written field: " << last_written_fid;
307}
308
309///////////////////////////////////////////////////////////////////////////////
310

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected