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

Method clone

src/FunctionInvocationUser.cpp:174–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174FunctionInvocation *
175FunctionInvocationUser::clone() const
176{
177 assert(this->op_flags == NULL);
178
179 return new FunctionInvocationUser(*this);
180}
181
182/* build parameters first, then the function body. this way the generation order is in sync
183 with execution order, and the dataflow analyzer doesn't need to visit the function twice

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected