| 162 | virtual bool compatible(const Variable *) const { return false; } |
| 163 | |
| 164 | virtual bool is_0_or_1(void) const { return false;} |
| 165 | |
| 166 | virtual bool equals(int /*num*/) const { return false;} |
| 167 |
nothing calls this directly
no outgoing calls
no test coverage detected