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

Method OutputFirstFunInvocation

src/AbsExtension.cpp:111–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void
112AbsExtension::OutputFirstFunInvocation(std::ostream &out, FunctionInvocation *invoke)
113{
114 assert(invoke);
115 out << " ";
116 invoke->Output(out);
117 out << ";" << endl;
118}
119
120AbsExtension::AbsExtension()
121{

Callers

nothing calls this directly

Calls 1

OutputMethod · 0.45

Tested by

no test coverage detected