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

Method Output

src/StatementIf.cpp:146–151  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

144 *
145 */
146void
147StatementIf::Output(std::ostream &out, FactMgr* fm, int indent) const
148{
149 output_condition(out, fm, indent);
150 output_branches(out, fm, indent);
151}
152
153void
154StatementIf::output_condition(std::ostream &out, FactMgr* /*fm*/, int indent) const

Callers 2

output_conditionMethod · 0.45
output_branchesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected