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

Function OutputFunctions

src/Function.cpp:861–869  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

859 *
860 */
861void
862OutputFunctions(std::ostream &out)
863{
864 outputln(out);
865 outputln(out);
866 output_comment_line(out, "--- FUNCTIONS ---");
867 for_each(FuncList.begin(), FuncList.end(),
868 std::bind2nd(std::ptr_fun(OutputFunction), &out));
869}
870
871/*
872 * Delete a single function

Callers 2

OutputMethod · 0.85
OutputMethod · 0.85

Calls 4

outputlnFunction · 0.85
output_comment_lineFunction · 0.85
beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected