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

Method clone

src/ExpressionComma.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88Expression*
89ExpressionComma::clone(void) const
90{
91 return new ExpressionComma(*lhs.clone(), *rhs.clone());
92}
93
94bool
95ExpressionComma::visit_facts(vector<const Fact*>& inputs, CGContext& cg_context) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected