Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ StatementExpr
Method
StatementExpr
src/StatementExpr.cpp:77–82 ·
view source on GitHub ↗
* */
Source
from the content-addressed store, hash-verified
75
*
76
*/
77
StatementExpr::StatementExpr(Block* b, const FunctionInvocation &e)
78
: Statement(eInvoke, b),
79
expr(e)
80
{
81
// Nothing else to do.
82
}
83
84
/*
85
*
Callers
nothing calls this directly
Calls
2
get_type
Method · 0.45
get_invoke
Method · 0.45
Tested by
no test coverage detected