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

Method Output

src/DFSOutputMgr.cpp:89–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void
90DFSOutputMgr::Output()
91{
92 std::ostream &out = get_main_out();
93
94 OutputGlobalVariables(out);
95 if (!CGOptions::compact_output())
96 OutputForwardDeclarations(out);
97 OutputFunctions(out);
98
99 if (CGOptions::step_hash_by_stmt()) {
100 OutputMgr::OutputHashFuncDef(out);
101 OutputMgr::OutputStepHashFuncDef(out);
102 }
103
104 if (!CGOptions::compact_output())
105 OutputMain(out);
106}
107
108std::ostream &
109DFSOutputMgr::get_main_out()

Callers

nothing calls this directly

Calls 3

OutputGlobalVariablesFunction · 0.85
OutputFunctionsFunction · 0.85

Tested by

no test coverage detected