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

Method StatementReturn

src/StatementReturn.cpp:106–111  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

104 *
105 */
106StatementReturn::StatementReturn(Block* b, const ExpressionVariable &v)
107 : Statement(eReturn, b),
108 var(v)
109{
110 // Nothing else to do.
111}
112
113/*
114 *

Callers

nothing calls this directly

Calls 1

get_typeMethod · 0.45

Tested by

no test coverage detected