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

Method StatementFor

src/StatementFor.cpp:355–366  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

353 *
354 */
355StatementFor::StatementFor(Block* b, const StatementAssign &init,
356 const Expression &test,
357 const StatementAssign &incr,
358 const Block &body)
359 : Statement(eFor, b),
360 init(init),
361 test(test),
362 incr(incr),
363 body(body)
364{
365 // Nothing else to do.
366}
367
368#if 0
369/*

Callers

nothing calls this directly

Calls 1

get_typeMethod · 0.45

Tested by

no test coverage detected