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

Method StatementBreak

src/StatementBreak.cpp:87–93  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

85 *
86 */
87StatementBreak::StatementBreak(Block* parent, const Expression &test, const Block &b)
88 : Statement(eBreak, 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_typeMethod · 0.45

Tested by

no test coverage detected