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

Method ~StatementArrayOp

src/StatementArrayOp.cpp:204–208  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

202 *
203 */
204StatementArrayOp::~StatementArrayOp(void)
205{
206 delete init_value;
207 delete body;
208}
209
210void
211StatementArrayOp::output_header(std::ostream& out, int& indent) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected