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

Method compatible

src/Expression.h:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 static void record_dereference_level(int level);
148
149 virtual bool compatible(const Expression *) const { return false;}
150
151 virtual bool compatible(const Variable *) const { return false;}
152

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected