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

Method FunctionInvocationUser

src/FunctionInvocationUser.cpp:147–154  ·  view source on GitHub ↗

* XXX: replace with a useful constructor. */

Source from the content-addressed store, hash-verified

145 * XXX: replace with a useful constructor.
146 */
147FunctionInvocationUser::FunctionInvocationUser(Function *target,
148 bool isBackLink, const SafeOpFlags *flags)
149 : FunctionInvocation(eFuncCall, flags),
150 func(target),
151 isBackLink(isBackLink)
152{
153 // Nothing else to do. Caller must build useful params.
154}
155
156/*
157 * copy constructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected