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

Method ~StatementAssign

src/StatementAssign.cpp:433–442  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

431 *
432 */
433StatementAssign::~StatementAssign(void)
434{
435 if (rhs != &expr) {
436 delete rhs;
437 }
438 delete &lhs;
439 delete &expr;
440 if (op_flags)
441 delete op_flags;
442}
443
444/*
445 * output assign operator

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected