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

Method ~StatementFor

src/StatementFor.cpp:386–392  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

384 *
385 */
386StatementFor::~StatementFor(void)
387{
388 delete &init;
389 delete &test;
390 delete &incr;
391 delete &body;
392}
393
394void
395StatementFor::output_header(std::ostream& out, int indent) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected