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

Method FactUnion

src/FactUnion.cpp:56–62  ·  view source on GitHub ↗

* constructor */

Source from the content-addressed store, hash-verified

54 * constructor
55 */
56FactUnion::FactUnion(const Variable* v) :
57 Fact(eUnionWrite),
58 var(v),
59 last_written_fid(TOP)
60{
61 // nothing else to do
62}
63
64FactUnion::FactUnion(const Variable* v, int fid) :
65 Fact(eUnionWrite),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected