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

Method OutputStructUnions

src/DFSOutputMgr.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void
82DFSOutputMgr::OutputStructUnions(ostream& /*out*/)
83{
84 ofstream o_struct(struct_output_.c_str());
85 OutputStructUnionDeclarations(o_struct);
86 o_struct.close();
87}
88
89void
90DFSOutputMgr::Output()

Callers 1

goGeneratorMethod · 0.45

Calls 1

Tested by

no test coverage detected