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

Method ~FunctionInvocation

src/FunctionInvocation.cpp:607–617  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

605 *
606 */
607FunctionInvocation::~FunctionInvocation(void)
608{
609 std::vector<const Expression*>::const_iterator i;
610 for (i = param_value.begin(); i != param_value.end(); ++i) {
611 delete (*i);
612 }
613 param_value.clear();
614
615 if (op_flags)
616 delete op_flags;
617}
618
619///////////////////////////////////////////////////////////////////////////////
620

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected