| 147 | static void record_dereference_level(int level); |
| 148 | |
| 149 | virtual bool compatible(const Expression *) const { return false;} |
| 150 | |
| 151 | virtual bool compatible(const Variable *) const { return false;} |
| 152 |
nothing calls this directly
no outgoing calls
no test coverage detected