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

Method clone

src/SafeOpFlags.cpp:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242SafeOpFlags *
243SafeOpFlags::clone() const
244{
245 return new SafeOpFlags(*this);
246}
247
248void
249SafeOpFlags::OutputSize(std::ostream &out) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected