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

Function OutputExpressionVector

src/FunctionInvocationUser.cpp:429–436  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

427 *
428 */
429static void
430OutputExpressionVector(const vector<const Expression*> &var, std::ostream &out)
431{
432 needcomma.push_back(false);
433 for_each(var.begin(), var.end(),
434 std::bind2nd(std::ptr_fun(OutputActualParamExpression), &out));
435 needcomma.pop_back();
436}
437
438/*
439 *

Callers 1

OutputMethod · 0.85

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected