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

Method Output

src/FunctionInvocationUser.cpp:441–447  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

439 *
440 */
441void
442FunctionInvocationUser::Output(std::ostream &out) const
443{
444 out << func->name << "(";
445 OutputExpressionVector(param_value, out);
446 out << ")";
447}
448
449/*
450 *

Callers 1

Calls 1

OutputExpressionVectorFunction · 0.85

Tested by

no test coverage detected