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

Method is_0_or_1

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

Source from the content-addressed store, hash-verified

162 virtual bool compatible(const Variable *) const { return false; }
163
164 virtual bool is_0_or_1(void) const { return false;}
165
166 virtual bool equals(int /*num*/) const { return false;}
167

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected