Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ output_cast
Method
output_cast
src/Expression.cpp:241–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
}
240
241
void
242
Expression::output_cast(std::ostream& out) const
243
{
244
if((CGOptions::ccomp() || CGOptions::lang_cpp()) && (cast_type != NULL)) {
245
out <<
"("
;
246
cast_type->Output(out);
247
out <<
") "
;
248
}
249
}
250
251
/*
252
*
Callers
nothing calls this directly
Calls
1
Output
Method · 0.45
Tested by
no test coverage detected