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

Method FunctionInvocation

src/FunctionInvocation.cpp:578–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576///////////////////////////////////////////////////////////////////////////////
577
578FunctionInvocation::FunctionInvocation(eInvocationType e, const SafeOpFlags *flags)
579 : invoke_type(e),
580 failed(false),
581 ptr_cmp(false),
582 op_flags(flags)
583{
584 // Nothing to do
585}
586
587/*
588 * copy constructor

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.80
cloneMethod · 0.45

Tested by

no test coverage detected