* */
| 148 | * |
| 149 | */ |
| 150 | bool |
| 151 | FunctionInvocationUnary::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 */ |
| 159 | bool |
nothing calls this directly
no outgoing calls
no test coverage detected