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

Function OutputForwardDeclarations

src/Function.cpp:848–856  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

846 *
847 */
848void
849OutputForwardDeclarations(std::ostream &out)
850{
851 outputln(out);
852 outputln(out);
853 output_comment_line(out, "--- FORWARD DECLARATIONS ---");
854 for_each(FuncList.begin(), FuncList.end(),
855 std::bind2nd(std::ptr_fun(OutputForwardDecl), &out));
856}
857
858/*
859 *

Callers 3

OutputAllHeadersMethod · 0.85
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