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

Method clone

src/ExpressionAssign.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83Expression*
84ExpressionAssign::clone() const
85{
86 return new ExpressionAssign(assign);
87}
88
89CVQualifiers
90ExpressionAssign::get_qualifiers(void) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected