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

Method compatible

src/FunctionInvocationUser.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 virtual FunctionInvocation* clone() const;
68
69 virtual bool compatible(const Variable *) const { return false; }
70
71 virtual const Type &get_type(void) const;
72

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected