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

Method Block

src/Block.cpp:205–212  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

203 *
204 */
205Block::Block(Block* b, int block_size)
206 : Statement(eBlock, b),
207 need_revisit(false),
208 depth_protect(false),
209 block_size_(block_size)
210{
211
212}
213
214#if 0
215/*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected