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

Method Output

src/ExpressionFuncall.cpp:245–254  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

243 *
244 */
245void
246ExpressionFuncall::Output(std::ostream &out) const
247{
248 output_cast(out);
249 Reducer* reducer = CGOptions::get_reducer();
250 if (reducer && reducer->output_expr(this, out)) {
251 return;
252 }
253 invoke.Output(out);
254}
255
256void
257ExpressionFuncall::indented_output(std::ostream &out, int indent) const

Callers

nothing calls this directly

Calls 1

output_exprMethod · 0.80

Tested by

no test coverage detected