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

Method compatible

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

Source from the content-addressed store, hash-verified

160 virtual const Type &get_type(void) const = 0;
161
162 virtual bool compatible(const Variable *) const { return false; }
163
164 virtual bool is_0_or_1(void) const { return false;}
165

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected