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

Method Output

src/StatementExpr.cpp:105–112  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

103 *
104 */
105void
106StatementExpr::Output(std::ostream &out, FactMgr* /*fm*/, int indent) const
107{
108 output_tab(out, indent);
109 expr.Output(out);
110 out << ";";
111 outputln(out);
112}
113
114bool
115StatementExpr::visit_facts(vector<const Fact*>& inputs, CGContext& cg_context) const

Callers

nothing calls this directly

Calls 2

output_tabFunction · 0.85
outputlnFunction · 0.85

Tested by

no test coverage detected