Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ OutputForwardDecl
Method
OutputForwardDecl
src/Function.cpp:549–557 ·
view source on GitHub ↗
* */
Source
from the content-addressed store, hash-verified
547
*
548
*/
549
void
550
Function::OutputForwardDecl(std::ostream &out)
551
{
552
if (is_builtin)
553
return;
554
OutputHeader(out);
555
out <<
";"
;
556
outputln(out);
557
}
558
559
/*
560
*
Callers
1
OutputForwardDecl
Function · 0.80
Calls
1
outputln
Function · 0.85
Tested by
no test coverage detected