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

Method Output

src/StatementFor.cpp:411–416  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

409 *
410 */
411void
412StatementFor::Output(std::ostream &out, FactMgr* fm, int indent) const
413{
414 output_header(out, indent);
415 body.Output(out, fm, indent);
416}
417
418bool
419StatementFor::visit_facts(vector<const Fact*>& inputs, CGContext& cg_context) const

Callers 1

output_headerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected