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

Method ExpressionVariable

src/ExpressionVariable.cpp:130–135  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

128 *
129 */
130ExpressionVariable::ExpressionVariable(const Variable &v)
131 : Expression(eVariable),
132 var(v),
133 type(v.type)
134{
135}
136
137/*
138 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected