| 62 | virtual ~FactPointTo(void); |
| 63 | |
| 64 | virtual const Variable* get_var(void) const { return var;}; |
| 65 | const vector<const Variable*>& get_point_to_vars(void) const { return point_to_vars; }; |
| 66 | |
| 67 | bool is_null(void) const; |
nothing calls this directly
no outgoing calls
no test coverage detected