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

Method equals

src/FunctionInvocation.h:166–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 virtual bool is_0_or_1(void) const { return false;}
165
166 virtual bool equals(int /*num*/) const { return false;}
167
168 virtual void Output(std::ostream &) const = 0;
169

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected