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

Method output_branches

src/StatementIf.cpp:163–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void
164StatementIf::output_branches(std::ostream &out, FactMgr* fm, int indent) const
165{
166 if_true.Output(out, fm, indent);
167 output_tab(out, indent);
168 out << "else";
169 outputln(out);
170 if_false.Output(out, fm, indent);
171}
172
173bool
174StatementIf::visit_facts(vector<const Fact*>& inputs, CGContext& cg_context) const

Callers

nothing calls this directly

Calls 3

output_tabFunction · 0.85
outputlnFunction · 0.85
OutputMethod · 0.45

Tested by

no test coverage detected