* */
| 229 | * |
| 230 | */ |
| 231 | bool |
| 232 | ExpressionFuncall::compatible(const Variable *v) const |
| 233 | { |
| 234 | return invoke.compatible(v); |
| 235 | } |
| 236 | |
| 237 | bool ExpressionFuncall::compatible(const Expression * /*exp*/) const |
| 238 | { |
nothing calls this directly
no outgoing calls
no test coverage detected