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

Function OutputForwardDecl

src/Function.cpp:828–833  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

826 *
827 */
828static int
829OutputForwardDecl(Function *func, std::ostream *pOut)
830{
831 func->OutputForwardDecl(*pOut);
832 return 0;
833}
834
835/*
836 *

Callers

nothing calls this directly

Calls 1

OutputForwardDeclMethod · 0.80

Tested by

no test coverage detected