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

Method compatible

src/FunctionInvocationUnary.cpp:150–156  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

148 *
149 */
150bool
151FunctionInvocationUnary::compatible(const Variable *v) const
152{
153 if (!param_value.empty())
154 return param_value[0]->compatible(v);
155 return false;
156}
157
158/* do some constant folding */
159bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected