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

Method Output

src/StatementAssign.cpp:473–480  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

471 *
472 */
473void
474StatementAssign::Output(std::ostream &out, FactMgr* /*fm*/, int indent) const
475{
476 output_tab(out, indent);
477 OutputAsExpr(out);
478 out << ";";
479 outputln(out);
480}
481
482void
483StatementAssign::OutputSimple(std::ostream &out) const

Callers 2

OutputSimpleMethod · 0.45
OutputAsExprMethod · 0.45

Calls 2

output_tabFunction · 0.85
outputlnFunction · 0.85

Tested by

no test coverage detected