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

Method clone

src/FactPointTo.cpp:304–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304Fact*
305FactPointTo::clone(void) const
306{
307 FactPointTo *fact = new FactPointTo(var, point_to_vars);
308 facts_.push_back(fact);
309 return fact;
310}
311
312FactPointTo *
313FactPointTo::make_fact(const Variable *v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected