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

Method compatible

src/ExpressionVariable.cpp:279–288  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

277 *
278 */
279bool
280ExpressionVariable::compatible(const Expression *exp) const
281{
282 assert(exp);
283
284 //if (!(exp->term_type == eVariable))
285 //return false;
286
287 return exp->compatible(&var);
288}
289
290/*
291 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected