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

Method compatible

src/ExpressionFuncall.cpp:231–235  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

229 *
230 */
231bool
232ExpressionFuncall::compatible(const Variable *v) const
233{
234 return invoke.compatible(v);
235}
236
237bool ExpressionFuncall::compatible(const Expression * /*exp*/) const
238{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected