Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ StatementContinue
Method
StatementContinue
src/StatementContinue.cpp:87–93 ·
view source on GitHub ↗
* */
Source
from the content-addressed store, hash-verified
85
*
86
*/
87
StatementContinue::StatementContinue(Block* parent, const Expression &test, const Block &b)
88
: Statement(eContinue, parent),
89
test(test),
90
loop_blk(b)
91
{
92
// Nothing else to do.
93
}
94
95
/*
96
*
Callers
nothing calls this directly
Calls
1
get_type
Method · 0.45
Tested by
no test coverage detected